diff options
author | Dave Chapman <dave@dchapman.com> | 2008-03-29 01:14:10 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2008-03-29 01:14:10 +0000 |
commit | d746b793178cf3b55a1405bf97e07c2adeca9769 (patch) | |
tree | e5f1517a7c15417095c8eb7b264290840dc19e70 /apps/filetree.c | |
parent | 2e45ca37ce287b05db12a41e5f81467e7f9e3d2a (diff) |
Remove unnecessary (and incorrect) #ifdefs surrounding #include "backdrop.h", and correct remaining references to HAVE_LCD_REMOTE to HAVE_REMOTE_LCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16873 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetree.c')
-rw-r--r-- | apps/filetree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/filetree.c b/apps/filetree.c index 34bed71499..97732ccc82 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -49,9 +49,7 @@ #include "radio.h" #endif -#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1)) #include "backdrop.h" -#endif int ft_build_playlist(struct tree_context* c, int start_index) { |