Remove two unused defines.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27852 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2010-08-21 15:49:42 +00:00
parent 2c24a67900
commit 851573cd5d
1 changed files with 0 additions and 2 deletions

View File

@ -21,9 +21,7 @@
#ifndef _APPLIMITS_H_
#define _APPLIMITS_H_
#define MAX_FILES_IN_DIR 400
#define AVERAGE_FILENAME_LENGTH 40
#define MAX_DIR_LEVELS 10
#define MAX_PLAYLIST_SIZE 10000
#endif