mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 09:52:16 -05:00
Remove unused method
This commit is contained in:
parent
b40749547c
commit
ae258f5761
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user