summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/applimits.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/applimits.h b/apps/applimits.h
index 9c4035da83..adafca8df7 100644
--- a/apps/applimits.h
+++ b/apps/applimits.h
@@ -21,9 +21,7 @@
21#ifndef _APPLIMITS_H_ 21#ifndef _APPLIMITS_H_
22#define _APPLIMITS_H_ 22#define _APPLIMITS_H_
23 23
24#define MAX_FILES_IN_DIR 400
25#define AVERAGE_FILENAME_LENGTH 40 24#define AVERAGE_FILENAME_LENGTH 40
26#define MAX_DIR_LEVELS 10 25#define MAX_DIR_LEVELS 10
27#define MAX_PLAYLIST_SIZE 10000
28 26
29#endif 27#endif