diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-04-08 13:20:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-04-08 13:20:14 +0200 |
commit | 35d3413308c842eb2f13da3c6d01478d6da16f6c (patch) | |
tree | ab04b5ade8725268eb8a79f71b27e73c503ee848 /res | |
parent | 92432b6f64bc56fcb9f59eb40b65032eae18177b (diff) |
Remove tls-remote conversion. Let Heiko's patches handle this stuff
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/config_converter.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/res/layout/config_converter.xml b/res/layout/config_converter.xml index ea60c076..e1231a27 100644 --- a/res/layout/config_converter.xml +++ b/res/layout/config_converter.xml @@ -12,14 +12,6 @@ android:text="@string/importpkcs12fromconfig" android:visibility="gone" /> - <CheckBox - android:id="@+id/correcttls" - android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:checked="true" - android:text="@string/correcttls" - android:visibility="gone" /> - <ListView android:id="@android:id/list" android:layout_width="fill_parent" |