aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorTorne Wuff <torne@wolfpuppy.org.uk>2015-03-21 21:17:52 +0000
committerTorne Wuff <torne@wolfpuppy.org.uk>2015-03-21 21:23:30 +0000
commitf1317221ef719b7c4f8bb0279f5cbb47cc455f31 (patch)
tree4a1c6103cefd218a715b143fd9f3018d357d99db /res/values/arrays.xml
parent1878e0cdaef13e13cb84b8a69bd4a621f8b6c00a (diff)
downloadconnectbot-f1317221ef719b7c4f8bb0279f5cbb47cc455f31.tar.gz
connectbot-f1317221ef719b7c4f8bb0279f5cbb47cc455f31.tar.bz2
connectbot-f1317221ef719b7c4f8bb0279f5cbb47cc455f31.zip
Remove update frequency preference.
The update checker code was already removed; remove the now-unused pref that controlled it.
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index c9090ea..00c92ba 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -71,18 +71,6 @@
<item>gray</item>
</string-array>
- <string-array name="list_update" translatable="false">
- <item>@string/list_update_daily</item>
- <item>@string/list_update_weekly</item>
- <item>@string/list_update_never</item>
- </string-array>
-
- <string-array name="list_update_values" translatable="false">
- <item>Daily</item>
- <item>Weekly</item>
- <item>Never</item>
- </string-array>
-
<string-array name="list_keymode" translatable="false">
<item>@string/list_keymode_right</item>
<item>@string/list_keymode_left</item>