Eliminate unused variable & redundant call

There are no side effects.

The subsequent executeOpenPgpMethod() calls
getOpenPgpInputStream() which calls
buildText(false)
This commit is contained in:
Joe Steele 2014-05-03 12:58:46 -04:00
parent 00a60a0f4f
commit ed3fcf375a
1 changed files with 0 additions and 1 deletions

View File

@ -1934,7 +1934,6 @@ public class MessageCompose extends K9Activity implements OnClickListener,
intent.putExtra(OpenPgpApi.EXTRA_USER_IDS, emailsArray);
executeOpenPgpMethod(intent);
} else if (mCryptoSignatureCheckbox.isChecked()) {
String text = buildText(false).getText();
Intent intent = new Intent(OpenPgpApi.ACTION_SIGN);
executeOpenPgpMethod(intent);
} else if (mEncryptCheckbox.isChecked()) {