commit 147b57af4293b189f1b00b23a8b9e0877f315a4a Author: Nathan Freitas nathan@freitas.net Date: Fri May 2 00:40:19 2014 -0400
remove unused preference --- res/xml/preferences.xml | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 5c310c4..095a5d0 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -105,11 +105,6 @@ android:summary="@string/use_only_these_specified_nodes"/> android:title="@string/use_bridges" android:key="pref_bridges_enabled" android:summary="@string/enable_alternate_entrance_nodes_into_the_tor_network"/>
-<CheckBoxPreference android:key="pref_bridges_obfuscated" - android:defaultValue="false" -android:title="@string/bridges_obfuscated" -android:summary="@string/enable_if_configured_bridges_are_obfuscated_bridges"/> - <EditTextPreference android:key="pref_bridges_list" android:title="@string/bridges" android:summary="@string/ip_address_and_port_of_bridges"
tor-commits@lists.torproject.org