1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-17 07:30:16 -05:00

removed unread field mAccount

This commit is contained in:
András Veres-Szentkirályi 2014-02-15 21:30:44 +01:00
parent 92e9e6d140
commit 0c7740ce86

View File

@ -183,7 +183,6 @@ public class SmtpTransport extends Transport {
} }
Account mAccount;
String mHost; String mHost;
int mPort; int mPort;
String mUsername; String mUsername;
@ -204,7 +203,6 @@ public class SmtpTransport extends Transport {
throw new MessagingException("Error while decoding transport URI", e); throw new MessagingException("Error while decoding transport URI", e);
} }
mAccount = account;
mHost = settings.host; mHost = settings.host;
mPort = settings.port; mPort = settings.port;