summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-01-18 20:18:25 +0800
committerWu-cheng Li <wuchengli@google.com>2011-01-18 20:19:16 +0800
commite64363e447ce719601f8e5b5de7ff0497a607a09 (patch)
treeb300b425c842badb0e653e1511f288307cc6eb23 /src/com/android/camera/ui
parent812e96ab7d1a7ddabcb899afbdf3e52d63beed2e (diff)
downloadLegacyCamera-e64363e447ce719601f8e5b5de7ff0497a607a09.zip
LegacyCamera-e64363e447ce719601f8e5b5de7ff0497a607a09.tar.gz
LegacyCamera-e64363e447ce719601f8e5b5de7ff0497a607a09.tar.bz2
Remove unused KEY_VIDEO_TIME_LAPSE_QUALITY preference.
Change-Id: Ib00968c41b89733594725d2e921da2b8e4158a97
Diffstat (limited to 'src/com/android/camera/ui')
-rw-r--r--src/com/android/camera/ui/CamcorderHeadUpDisplay.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com/android/camera/ui/CamcorderHeadUpDisplay.java b/src/com/android/camera/ui/CamcorderHeadUpDisplay.java
index e43b79a..09236c8 100644
--- a/src/com/android/camera/ui/CamcorderHeadUpDisplay.java
+++ b/src/com/android/camera/ui/CamcorderHeadUpDisplay.java
@@ -68,7 +68,6 @@ public class CamcorderHeadUpDisplay extends HeadUpDisplay {
addIndicator(context, group, CameraSettings.KEY_VIDEOCAMERA_FLASH_MODE);
if (mCaptureTimeLapse) {
addIndicator(context, group, CameraSettings.KEY_VIDEO_TIME_LAPSE_FRAME_INTERVAL);
- addIndicator(context, group, CameraSettings.KEY_VIDEO_TIME_LAPSE_QUALITY);
} else {
addIndicator(context, group, CameraSettings.KEY_VIDEO_QUALITY);
}