From 147e26ab7075f0acd3978f0cd0541cd1da4b50e1 Mon Sep 17 00:00:00 2001 From: Doris Liu Date: Mon, 24 Jun 2013 15:29:54 -0700 Subject: Clean up camera switcher Change-Id: I9f0495524028528ca02c7ddf94f4698d4e87af14 --- gallerycommon/src/com/android/gallery3d/common/ApiHelper.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'gallerycommon/src/com/android/gallery3d') 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; -- cgit v1.2.3