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
1 changed files with 0 additions and 2 deletions

View File

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