1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

removed unused private field mUID

This commit is contained in:
András Veres-Szentkirályi 2012-07-06 15:05:53 +02:00
parent d0c08fb705
commit 85b2eb8315

View File

@ -17,7 +17,6 @@ import java.util.List;
public class ChooseIdentity extends K9ListActivity {
Account mAccount;
String mUID;
ArrayAdapter<String> adapter;
public static final String EXTRA_ACCOUNT = "com.fsck.k9.ChooseIdentity_account";