1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

remove an unused constant

This commit is contained in:
Jesse Vincent 2010-11-13 01:46:46 +00:00
parent 24b018a812
commit ecf793ea26

View File

@ -235,11 +235,6 @@ public class K9 extends Application
*/
public static int DEFAULT_VISIBLE_LIMIT = 25;
/**
* Number of additioanl messages to load when a user selectes "Load more messages..."
*/
public static int VISIBLE_LIMIT_INCREMENT = 25;
public static int MAX_SEND_ATTEMPTS = 5;
/**