1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-24 02:12:15 -05:00

remove an unused method

This commit is contained in:
Jesse Vincent 2011-02-14 20:44:53 -05:00
parent 143ca4df26
commit fb663508e0

View File

@ -1143,11 +1143,6 @@ public class MessageView extends K9Activity implements OnClickListener {
} }
} }
public PgpData getPgpData() {
return mPgpData;
}
// This REALLY should be in MessageCryptoView // This REALLY should be in MessageCryptoView
public void onDecryptDone(PgpData pgpData) { public void onDecryptDone(PgpData pgpData) {
// TODO: this might not be enough if the orientation was changed while in APG, // TODO: this might not be enough if the orientation was changed while in APG,