diff options
| author | Nils Wallménius <nils@rockbox.org> | 2010-08-21 15:49:42 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2010-08-21 15:49:42 +0000 |
| commit | 851573cd5d736ae2e6b6e0cb5af80c2229283864 (patch) | |
| tree | 280cde0dd3098cd9ddf0d3b883b22e75f51f639a | |
| parent | 2c24a6790000df3c6693a318ce81a8ada7f6da84 (diff) | |
| download | rockbox-851573cd5d736ae2e6b6e0cb5af80c2229283864.zip rockbox-851573cd5d736ae2e6b6e0cb5af80c2229283864.tar.gz rockbox-851573cd5d736ae2e6b6e0cb5af80c2229283864.tar.bz2 rockbox-851573cd5d736ae2e6b6e0cb5af80c2229283864.tar.xz | |
Remove two unused defines.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27852 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/applimits.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/applimits.h b/apps/applimits.h index 9c4035d..adafca8 100644 --- a/apps/applimits.h +++ b/apps/applimits.h @@ -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 |