summaryrefslogtreecommitdiffstats
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index fc1022a014..9013f81b02 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -55,13 +55,8 @@ struct filetype {
int tree_attr;
};
-struct fileattr_voice {
- int tree_attr;
- int voiceclip;
-};
-
void tree_get_filetypes(const struct filetype**, int*) INIT_ATTR;
-long tree_filetype_voiceclip(int attr) INIT_ATTR;
+long tree_get_filetype_voiceclip(int attr) INIT_ATTR;
/* init the filetypes structs.
uses audio buffer for storage, so call early in init... */