mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-27 19:22:15 -05:00
Deleted unused variable
This commit is contained in:
parent
892b1b02af
commit
d8901441f6
@ -37,7 +37,6 @@ public class Conversation extends AbstractEntity implements Blockable, Comparabl
|
||||
|
||||
public static final int STATUS_AVAILABLE = 0;
|
||||
public static final int STATUS_ARCHIVED = 1;
|
||||
public static final int STATUS_DELETED = 2;
|
||||
|
||||
public static final int MODE_MULTI = 1;
|
||||
public static final int MODE_SINGLE = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user