summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index 472f792298..f872cf86f0 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -41,8 +41,6 @@
41#define FILE_ATTR_KBD 0x0C00 /* keyboard file */ 41#define FILE_ATTR_KBD 0x0C00 /* keyboard file */
42#define FILE_ATTR_FMR 0x0D00 /* preset file */ 42#define FILE_ATTR_FMR 0x0D00 /* preset file */
43#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */ 43#define FILE_ATTR_CUE 0x0E00 /* cuesheet file */
44#define FILE_ATTR_SB 0x0F00 /* cuesheet file */
45#define FILE_ATTR_RSB 0x1000 /* cuesheet file */
46#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */ 44#define FILE_ATTR_MASK 0xFF00 /* which bits tree.c uses for file types */
47 45
48struct filetype { 46struct filetype {