summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/strings.xml6
2 files changed, 0 insertions, 16 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 4a00e05..da5e8c4 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -274,14 +274,4 @@
<item>steadyphoto</item>
<item>fireworks</item>
</string-array>
-
- <string-array name="pref_camera_quickcapture_entries" translatable="false">
- <item>@string/pref_camera_quickcapture_entry_off</item>
- <item>@string/pref_camera_quickcapture_entry_on</item>
- </string-array>
-
- <string-array name="pref_camera_quickcapture_entryvalues" translatable="false">
- <item>off</item>
- <item>on</item>
- </string-array>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index eeb432d..b78c85b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -273,12 +273,6 @@
<!-- Scene mode optimized for taking images of fireworks. -->
<string name="pref_camera_scenemode_entry_fireworks">Fireworks</string>
- <!-- Settings menu, enable quick capture mode or not -->
- <string name="pref_camera_quickcapture_title">Quick capture</string>
- <string name="pref_camera_quickcapture_default" translatable="false">off</string>
- <string name="pref_camera_quickcapture_entry_on">On</string>
- <string name="pref_camera_quickcapture_entry_off">Off</string>
-
<!-- Restore settings item in preference -->
<string name="pref_restore_title">Camera settings</string>
<string name="pref_restore_detail">Restore to defaults</string>