From d5228c48db6dc50fd5fa2933a260cac0fa982c44 Mon Sep 17 00:00:00 2001 From: nls Date: Sat, 21 Aug 2010 15:49:42 +0000 Subject: [PATCH] Remove two unused defines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27852 a1c6a512-1295-4272-9138-f99709370657 --- apps/applimits.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/applimits.h b/apps/applimits.h index 9c4035da8..adafca8df 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 -- 2.11.4.GIT