summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ReviewImage.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/ReviewImage.java')
-rw-r--r--src/com/android/camera/ReviewImage.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/com/android/camera/ReviewImage.java b/src/com/android/camera/ReviewImage.java
index 2dd1748..3c597c1 100644
--- a/src/com/android/camera/ReviewImage.java
+++ b/src/com/android/camera/ReviewImage.java
@@ -19,11 +19,9 @@ package com.android.camera;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
-import android.content.SharedPreferences;
import android.graphics.Bitmap;
import android.net.Uri;
import android.os.Bundle;
-import android.preference.PreferenceManager;
import android.provider.MediaStore;
import android.util.AttributeSet;
import android.util.Log;
@@ -68,10 +66,6 @@ public class ReviewImage extends Activity implements View.OnClickListener {
int mCurrentPosition = 0;
- // represents which style animation to use
-
- private SharedPreferences mPrefs;
-
private View mRootView;
private View mControlBar;
private View mNextImageView;
@@ -474,8 +468,6 @@ public class ReviewImage extends Activity implements View.OnClickListener {
mFullScreenInNormalMode = intent.getBooleanExtra(
MediaStore.EXTRA_FULL_SCREEN, true);
- mPrefs = PreferenceManager.getDefaultSharedPreferences(this);
-
setDefaultKeyMode(DEFAULT_KEYS_SHORTCUT);
requestWindowFeature(Window.FEATURE_NO_TITLE);
setContentView(R.layout.review_image);