summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/VideoModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/VideoModule.java')
-rw-r--r--src/com/android/camera/VideoModule.java9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/com/android/camera/VideoModule.java b/src/com/android/camera/VideoModule.java
index b8537c2b5..bdfc78b79 100644
--- a/src/com/android/camera/VideoModule.java
+++ b/src/com/android/camera/VideoModule.java
@@ -563,14 +563,6 @@ public class VideoModule implements CameraModule,
}
@Override
- public void startFaceDetection() {
- }
-
- @Override
- public void stopFaceDetection() {
- }
-
- @Override
public void setFocusParameters() {
if (mFocusAreaSupported)
mParameters.setFocusAreas(mFocusManager.getFocusAreas());
@@ -3108,7 +3100,6 @@ public class VideoModule implements CameraModule,
enableRecordingLocation(false);
}
-
public void startFaceDetection() {
if (mCameraDevice == null) return;