Remove unused #define and correct comment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23391 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d789e41884
commit
db8d79db7e
1 changed files with 1 additions and 2 deletions
|
@ -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 */
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue