Remove unused method

This commit is contained in:
cketti 2015-02-21 02:24:40 +01:00
parent b40749547c
commit ae258f5761
1 changed files with 0 additions and 4 deletions

View File

@ -196,10 +196,6 @@ public class OpenPgpHeaderView extends LinearLayout {
public static final int STATE_INVALID = 9;
public static final int STATE_NOT_SIGNED = 10;
public static void setStatusImage(Context context, ImageView statusIcon, int state) {
setStatusImage(context, statusIcon, null, state);
}
/**
* Sets status image based on constant
*/