aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-10-04 03:42:16 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-10-04 03:42:16 +0200
commit9750de2308c2b6435f50d244cadd1e433a3850f9 (patch)
tree7b9eb1f8c6964548b34e3e2e5a9ec0059073ffdf /res/values
parent1e351a83afac3dc631bb7c47544459f87128766f (diff)
downloadandroid_packages_wallpapers_PhotoPhase-9750de2308c2b6435f50d244cadd1e433a3850f9.tar.gz
android_packages_wallpapers_PhotoPhase-9750de2308c2b6435f50d244cadd1e433a3850f9.tar.bz2
android_packages_wallpapers_PhotoPhase-9750de2308c2b6435f50d244cadd1e433a3850f9.zip
Remove unnecessary strings
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml12
-rw-r--r--res/values/strings.xml5
2 files changed, 0 insertions, 17 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 7730330..0e5ccbd 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -48,18 +48,6 @@
<item>3</item>
</string-array>
- <string-array name="aspect_ratio_correction_labels" translatable="false">
- <item>@string/aspect_ratio_correction_none</item>
- <item>@string/aspect_ratio_correction_crop</item>
- <item>@string/aspect_ratio_correction_center</item>
- </string-array>
-
- <string-array name="aspect_ratio_correction_values" translatable="false">
- <item>0</item>
- <item>1</item>
- <item>2</item>
- </string-array>
-
<string-array name="transitions_labels" translatable="false">
<item>@string/transitions_cube</item>
<item>@string/transitions_fade</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 920b9af..cc9f583 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -104,11 +104,6 @@
<string name="touch_actions_open">Open</string>
<string name="touch_actions_share">Share</string>
- <!-- Aspect ration correction -->
- <string name="aspect_ratio_correction_none">None</string>
- <string name="aspect_ratio_correction_crop">Crop</string>
- <string name="aspect_ratio_correction_center">Center</string>
-
<!-- Transitions -->
<string name="transitions_cube">Cube</string>
<string name="transitions_fade">Fade</string>