summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/NewVideoModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/NewVideoModule.java')
-rw-r--r--src/com/android/camera/NewVideoModule.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/camera/NewVideoModule.java b/src/com/android/camera/NewVideoModule.java
index 69c3a87ff..96f0312a4 100644
--- a/src/com/android/camera/NewVideoModule.java
+++ b/src/com/android/camera/NewVideoModule.java
@@ -2098,12 +2098,6 @@ public class NewVideoModule implements NewCameraModule,
startPreview();
}
- @Override
- public boolean dispatchTouchEvent(MotionEvent m) {
- if (mSwitchingCamera) return true;
- return mUI.dispatchTouchEvent(m);
- }
-
private void initializeVideoSnapshot() {
if (mParameters == null) return;
if (Util.isVideoSnapshotSupported(mParameters) && !mIsVideoCaptureIntent) {