From 6a33dd761eab41585fc1eaed933e561724454d99 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Sun, 6 Mar 2005 18:26:34 +0000 Subject: Undo previous commit. Apparently, this is not wanted behaviour. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6158 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/filetypes.h') diff --git a/apps/filetypes.h b/apps/filetypes.h index fd1e07721e..e72dd6ffd3 100644 --- a/apps/filetypes.h +++ b/apps/filetypes.h @@ -32,7 +32,7 @@ int filetype_get_icon(int); char* filetype_get_plugin(const struct entry*); void filetype_init(void); bool filetype_supported(int); -int filetype_load_menu(struct menu_item*, int, char*); +int filetype_load_menu(struct menu_item*, int); int filetype_load_plugin(const char*, char*); struct file_type { -- cgit v1.2.3