aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2016-04-21 21:07:14 +0200
committerChristian S <christian@pix-art.de>2016-04-21 21:07:14 +0200
commitac53ae215c8d46a5b8b57958bbe467576f4a4d76 (patch)
tree9f2ee2a1d7d84f2a78fe5ae59d9b0b152d752e05
parent198e2ded972b153f3b96e2c7af2982c7a76cf0b8 (diff)
remove hostname and port settings
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 5da8217eb..5ce392765 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -198,11 +198,6 @@
android:key="use_tor"
android:summary="@string/pref_use_tor_summary"
android:title="@string/pref_use_tor"/>
- <CheckBoxPreference
- android:defaultValue="false"
- android:key="show_connection_options"
- android:summary="@string/pref_show_connection_options_summary"
- android:title="@string/pref_show_connection_options"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_input_options">
<CheckBoxPreference