Mercurial > 510Connectbot
changeset 236:35ed530366d9
remove unused volume-font preference
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 13 Jul 2014 12:35:52 -0700 |
parents | ea49747c5447 |
children | f9b1a07c0e96 |
files | res/values/strings.xml res/xml/preferences.xml src/com/five_ten_sg/connectbot/util/PreferenceConstants.java |
diffstat | 3 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/res/values/strings.xml Thu Jul 10 14:21:10 2014 -0700 +++ b/res/values/strings.xml Sun Jul 13 12:35:52 2014 -0700 @@ -188,11 +188,6 @@ <!-- Summary for the ctrl'ed numbers are f-keys preference --> <string name="pref_ctrlfkeys_summary">"On software keyboards, number keys send F1-F10 with ctrl"</string> - <!-- Name for the volume keys control font size preference --> - <string name="pref_volumefont_title">"Volume keys change font size"</string> - <!-- Summary for the volume keys control font size preference --> - <string name="pref_volumefont_summary">"Font size can also be changed in per-host settings"</string> - <!-- Name for the memorize keys preference --> <string name="pref_memkeys_title">"Remember keys in memory"</string> <!-- Summary for the memorize keys preference -->
--- a/res/xml/preferences.xml Thu Jul 10 14:21:10 2014 -0700 +++ b/res/xml/preferences.xml Sun Jul 13 12:35:52 2014 -0700 @@ -83,13 +83,6 @@ android:defaultValue="false" /> - <CheckBoxPreference - android:key="volumefont" - android:title="@string/pref_volumefont_title" - android:summary="@string/pref_volumefont_summary" - android:defaultValue="true" - /> - <ListPreference android:key="keymode" android:title="@string/pref_keymode_title"
--- a/src/com/five_ten_sg/connectbot/util/PreferenceConstants.java Thu Jul 10 14:21:10 2014 -0700 +++ b/src/com/five_ten_sg/connectbot/util/PreferenceConstants.java Sun Jul 13 12:35:52 2014 -0700 @@ -84,7 +84,6 @@ public static final String SHIFT_FKEYS = "shiftfkeys"; public static final String CTRL_FKEYS = "ctrlfkeys"; - public static final String VOLUME_FONT = "volumefont"; /* Backup identifiers */ public static final String BACKUP_PREF_KEY = "prefs";