diff options
| author | 2023-03-22 04:46:39 -0400 | |
|---|---|---|
| committer | 2023-06-03 00:05:45 -0700 | |
| commit | 27ec749bdfc6a7c0a5361c6b3ffd6c3ce282fec3 (patch) | |
| tree | 9a5d55d567e9a59623588f5698827981115637e3 /src/android | |
| parent | android: Remove unused integer xmls (diff) | |
| download | yuzu-27ec749bdfc6a7c0a5361c6b3ffd6c3ce282fec3.tar.gz yuzu-27ec749bdfc6a7c0a5361c6b3ffd6c3ce282fec3.tar.xz yuzu-27ec749bdfc6a7c0a5361c6b3ffd6c3ce282fec3.zip | |
android: Remove unused string arrays
Diffstat (limited to 'src/android')
| -rw-r--r-- | src/android/app/src/main/res/values/arrays.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/android/app/src/main/res/values/arrays.xml b/src/android/app/src/main/res/values/arrays.xml index 53c4765b1..c59c8b65a 100644 --- a/src/android/app/src/main/res/values/arrays.xml +++ b/src/android/app/src/main/res/values/arrays.xml | |||
| @@ -2,40 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | <!-- All lists for ListPreference keys/values are placed here --> | 3 | <!-- All lists for ListPreference keys/values are placed here --> |
| 4 | <resources> | 4 | <resources> |
| 5 | <string-array name="systemClockNames" translatable="true"> | ||
| 6 | <item>Device clock</item> | ||
| 7 | <item>Simulated clock</item> | ||
| 8 | </string-array> | ||
| 9 | |||
| 10 | <integer-array name="systemClockValues" translatable="false"> | ||
| 11 | <item>0</item> | ||
| 12 | <item>1</item> | ||
| 13 | </integer-array> | ||
| 14 | |||
| 15 | <string-array name="designNames" translatable="true"> | ||
| 16 | <item>Light</item> | ||
| 17 | <item>Dark</item> | ||
| 18 | <item>System default</item> | ||
| 19 | </string-array> | ||
| 20 | |||
| 21 | <integer-array name="designValues" translatable="false"> | ||
| 22 | <item>0</item> | ||
| 23 | <item>1</item> | ||
| 24 | <item>2</item> | ||
| 25 | </integer-array> | ||
| 26 | |||
| 27 | <!-- Pre-Android 10 does not support System Default --> | ||
| 28 | <string-array name="designNamesOld" translatable="true"> | ||
| 29 | <item>Light</item> | ||
| 30 | <item>Dark</item> | ||
| 31 | </string-array> | ||
| 32 | |||
| 33 | <!-- Pre-Android 10 does not support System Default --> | ||
| 34 | <integer-array name="designValuesOld" translatable="false"> | ||
| 35 | <item>0</item> | ||
| 36 | <item>1</item> | ||
| 37 | </integer-array> | ||
| 38 | |||
| 39 | <string-array name="regionNames"> | 5 | <string-array name="regionNames"> |
| 40 | <item>Auto-select</item> | 6 | <item>Auto-select</item> |
| 41 | <item>Japan</item> | 7 | <item>Japan</item> |