summaryrefslogtreecommitdiffstats
path: root/gallerycommon
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
commit707ccd716d0e0f70f16c4332669695967b0dab52 (patch)
treecb974c55cb96166be270fa674908d89ddd98db26 /gallerycommon
parent6b33301650ce282c22cc6c41242fef6cc998b2e7 (diff)
downloadandroid_packages_apps_Gallery2-707ccd716d0e0f70f16c4332669695967b0dab52.tar.gz
android_packages_apps_Gallery2-707ccd716d0e0f70f16c4332669695967b0dab52.tar.bz2
android_packages_apps_Gallery2-707ccd716d0e0f70f16c4332669695967b0dab52.zip
Clean up camera switcher
Change-Id: I9f0495524028528ca02c7ddf94f4698d4e87af14
Diffstat (limited to 'gallerycommon')
-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;