summaryrefslogtreecommitdiffstats
path: root/gallerycommon/src/com/android
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
commit147e26ab7075f0acd3978f0cd0541cd1da4b50e1 (patch)
tree6d5e2d4ed60b26fc07593c4a79721f7e3557e33e /gallerycommon/src/com/android
parentd073915c54e5852e4533c47be287111194e61b2d (diff)
downloadandroid_packages_apps_Snap-147e26ab7075f0acd3978f0cd0541cd1da4b50e1.tar.gz
android_packages_apps_Snap-147e26ab7075f0acd3978f0cd0541cd1da4b50e1.tar.bz2
android_packages_apps_Snap-147e26ab7075f0acd3978f0cd0541cd1da4b50e1.zip
Clean up camera switcher
Change-Id: I9f0495524028528ca02c7ddf94f4698d4e87af14
Diffstat (limited to 'gallerycommon/src/com/android')
-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;