From 685f6bb5e62bf5a769c94db9974e113304f06d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Sat, 17 Mar 2007 00:55:23 +0000 Subject: #ifdef code that only makes sense for multivolume targets, make private functions 'static' git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12813 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetree.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/filetree.h') diff --git a/apps/filetree.h b/apps/filetree.h index c179959..66fbbb5 100644 --- a/apps/filetree.h +++ b/apps/filetree.h @@ -21,9 +21,6 @@ #include "tree.h" int ft_load(struct tree_context* c, const char* tempdir); -int ft_play_filenumber(int pos, int attr); -int ft_play_dirname(char* name); -void ft_play_filename(char *dir, char *file); int ft_enter(struct tree_context* c); int ft_exit(struct tree_context* c); int ft_build_playlist(struct tree_context* c, int start_index); -- cgit v1.1