diff options
Diffstat (limited to 'src/com/android/camera/CaptureModule.java')
| -rwxr-xr-x | src/com/android/camera/CaptureModule.java | 1 |
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); } |
