OSDN Git Service

Remove unused variables
authorSeth Raphael <magicseth@google.com>
Mon, 10 Mar 2014 23:23:31 +0000 (16:23 -0700)
committerSeth Raphael <magicseth@google.com>
Mon, 10 Mar 2014 23:23:31 +0000 (16:23 -0700)
Change-Id: I5d7821f8158438000b813bbba840c3d6fd51ab3a

src/com/android/camera/session/CaptureSessionManagerImpl.java

index 10a4e44..5ae93fe 100644 (file)
@@ -257,8 +257,6 @@ public class CaptureSessionManagerImpl implements CaptureSessionManager {
         @Override
         public void onPreviewChanged() {
 
-            final Location loc = null; // mLocationManager.getCurrentLocation();
-            final int heading = 0; // mHeading;
             final String path = this.getPath();
 
             AsyncTask.SERIAL_EXECUTOR.execute(new Runnable() {