summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/PhotoUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/PhotoUI.java')
-rw-r--r--src/com/android/camera/PhotoUI.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/camera/PhotoUI.java b/src/com/android/camera/PhotoUI.java
index f7887c45c..e2b78197f 100644
--- a/src/com/android/camera/PhotoUI.java
+++ b/src/com/android/camera/PhotoUI.java
@@ -306,12 +306,6 @@ public class PhotoUI implements PieListener,
wbIndex = pref.getCurrentIndex();
}
mOnScreenIndicators.updateWBIndicator(wbIndex);
- pref = group.findPreference(CameraSettings.KEY_TIMER);
- boolean timer = false;
- if (pref != null) {
- timer = !(pref.getCurrentIndex() == 0);
- }
- mOnScreenIndicators.updateTimerIndicator(timer);
boolean location = false;
pref = group.findPreference(CameraSettings.KEY_RECORD_LOCATION);
if (pref != null) {