summaryrefslogtreecommitdiff
path: root/src/com/android/camera/CaptureModule.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
-rwxr-xr-xsrc/com/android/camera/CaptureModule.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/camera/CaptureModule.java b/src/com/android/camera/CaptureModule.java
index 4ce35dca1..e76a0711e 100755
--- a/src/com/android/camera/CaptureModule.java
+++ b/src/com/android/camera/CaptureModule.java
@@ -5940,7 +5940,6 @@ public class CaptureModule implements CameraModule, PhotoController,
if (bitmap != null) {
// MetadataRetriever already rotates the thumbnail. We should rotate
// it to match the UI orientation (and mirror if it is front-facing camera).
- Camera.CameraInfo[] info = CameraHolder.instance().getCameraInfo();
boolean mirror = mPostProcessor.isSelfieMirrorOn();
bitmap = CameraUtil.rotateAndMirror(bitmap, 0, mirror);
}