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/bookmark.c | |
| parent | 2e45ca37ce287b05db12a41e5f81467e7f9e3d2a (diff) | |
| download | rockbox-d746b793178cf3b55a1405bf97e07c2adeca9769.zip rockbox-d746b793178cf3b55a1405bf97e07c2adeca9769.tar.gz rockbox-d746b793178cf3b55a1405bf97e07c2adeca9769.tar.bz2 rockbox-d746b793178cf3b55a1405bf97e07c2adeca9769.tar.xz | |
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/bookmark.c')
| -rw-r--r-- | apps/bookmark.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index 1a7d581..39a9aa0 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c @@ -51,10 +51,7 @@ #include "yesno.h" #include "list.h" #include "plugin.h" - -#if (LCD_DEPTH > 1) || (defined(HAVE_LCD_REMOTE) && (LCD_REMOTE_DEPTH > 1)) #include "backdrop.h" -#endif #define MAX_BOOKMARKS 10 #define MAX_BOOKMARK_SIZE 350 |