diff options
author | Rene Treffer <treffer@measite.de> | 2014-04-03 20:54:50 +0200 |
---|---|---|
committer | Rene Treffer <treffer@measite.de> | 2014-04-03 20:54:50 +0200 |
commit | e6797e1db4282459d86f78698ed84caf0ce6aba3 (patch) | |
tree | 3670c4d776ee1fd952c1d9be0f7eb9f418e52c05 /res/layout/edit_account_dialog.xml | |
parent | 7db21136a3221beccdddf6c94ecf1303a6be986a (diff) |
Remove option for compression (enabled by default / hidden setting)
Diffstat (limited to 'res/layout/edit_account_dialog.xml')
-rw-r--r-- | res/layout/edit_account_dialog.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/res/layout/edit_account_dialog.xml b/res/layout/edit_account_dialog.xml index cc29b6f9..453b15d9 100644 --- a/res/layout/edit_account_dialog.xml +++ b/res/layout/edit_account_dialog.xml @@ -52,13 +52,6 @@ android:checked="true"/> <CheckBox - android:id="@+id/account_usecompression" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:text="Use Compression (zlib)" - android:checked="true"/> - - <CheckBox android:id="@+id/edit_account_register_new" android:layout_width="wrap_content" android:layout_height="wrap_content" |