summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2016-02-23 09:00:26 -0500
committer Alan Viverette <alanv@google.com> 2016-02-23 09:00:26 -0500
commit64eed5b1ee681fd7b211b533f7b10c64aab72076 (patch)
tree653ec5ec9178931f24691a9e9ce7037d650034bb
parenta21c6e90c8009d41d23caa6ccc9eb71a7f13df31 (diff)
Fix build
Change-Id: I61a63e66831bbbcade17b3656f9ec18ced8ad628
-rw-r--r--packages/SettingsLib/res/values/arrays.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/SettingsLib/res/values/arrays.xml b/packages/SettingsLib/res/values/arrays.xml
index 1bce7f9ac3ae..525d6f421d71 100644
--- a/packages/SettingsLib/res/values/arrays.xml
+++ b/packages/SettingsLib/res/values/arrays.xml
@@ -344,28 +344,6 @@
<item>midi</item>
</string-array>
- <!-- Possible values for user theme in Display Settings.
- Do not translate. -->
- <string-array name="night_mode_entries" translatable="false">
- <!-- Do not translate. -->
- <item>@string/night_mode_no</item>
- <!-- Do not translate. -->
- <item>@string/night_mode_yes</item>
- <!-- Do not translate. -->
- <item>@string/night_mode_auto</item>
- </string-array>
-
- <!-- These values should match up with the MODE_NIGHT constants in UiModeManager.
- Do not translate. -->
- <string-array name="night_mode_values" translatable="false">
- <!-- Do not translate. -->
- <item>1</item>
- <!-- Do not translate. -->
- <item>2</item>
- <!-- Do not translate. -->
- <item>0</item>
- </string-array>
-
<!-- Display color space adjustment modes for developers -->
<string-array name="simulate_color_space_entries" translatable="false">
<item>@string/daltonizer_mode_disabled</item>