From db8d79db7ef946b3d531f3c2cfa55dfdc35c7793 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 28 Oct 2009 23:31:45 +0000 Subject: Remove unused #define and correct comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23391 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/filetypes.c b/apps/filetypes.c index b442a9e..593085c 100644 --- a/apps/filetypes.c +++ b/apps/filetypes.c @@ -130,12 +130,11 @@ void tree_get_filetypes(const struct filetype** types, int* count) } /* mask for dynamic filetype info in attribute */ -#define FILETYPES_MASK 0xFF00 #define ROCK_EXTENSION "rock" struct file_type { int icon; /* the icon which shall be used for it, NOICON if unknown */ - unsigned char attr; /* FILETYPES_MASK >> 8 */ + unsigned char attr; /* FILE_ATTR_MASK >> 8 */ char* plugin; /* Which plugin to use, NULL if unknown, or builtin */ char* extension; /* NULL for none */ }; -- cgit v1.1