summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android/gallery3d
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-06-24 15:29:54 -0700
committerDoris Liu <tianliu@google.com>2013-06-24 15:36:18 -0700
commit52516590aa097a247aa5e4c4733750a4f6f40011 (patch)
tree1717b9a86034192aa1c5ed37f46942436a4cf3e9 /gallerycommon/src/com/android/gallery3d
parentf479c0db587cb21ea0699e2421f1d0d8e5ada289 (diff)
downloadandroid_packages_apps_Snap-52516590aa097a247aa5e4c4733750a4f6f40011.tar.gz
android_packages_apps_Snap-52516590aa097a247aa5e4c4733750a4f6f40011.tar.bz2
android_packages_apps_Snap-52516590aa097a247aa5e4c4733750a4f6f40011.zip
Clean up camera switcher
Change-Id: I9f0495524028528ca02c7ddf94f4698d4e87af14
Diffstat (limited to 'gallerycommon/src/com/android/gallery3d')
-rw-r--r--gallerycommon/src/com/android/gallery3d/common/ApiHelper.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
index dde4c567a..f58045007 100644
--- a/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
+++ b/gallerycommon/src/com/android/gallery3d/common/ApiHelper.java
@@ -113,9 +113,6 @@ public class ApiHelper {
public static final boolean HAS_MEDIA_ACTION_SOUND =
Build.VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN;
- public static final boolean HAS_OLD_PANORAMA =
- Build.VERSION.SDK_INT >= VERSION_CODES.ICE_CREAM_SANDWICH;
-
public static final boolean HAS_TIME_LAPSE_RECORDING =
Build.VERSION.SDK_INT >= VERSION_CODES.HONEYCOMB;