diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2010-01-28 06:54:37 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2010-01-28 06:54:37 +0000 |
commit | 6f0f98da1d38b6604bca6fb42c0c31ce4c3b79e7 (patch) | |
tree | bb41d6746832ab5d323bf11c207617825b757c54 /apps/gui/backdrop.h | |
parent | a6bd83a31519370b9fe1229f9b2a7220dc8e6d7b (diff) |
Fix remote backdrop crashes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24357 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/backdrop.h')
-rw-r--r-- | apps/gui/backdrop.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/backdrop.h b/apps/gui/backdrop.h index f770797aa8..3b873fd137 100644 --- a/apps/gui/backdrop.h +++ b/apps/gui/backdrop.h @@ -41,12 +41,10 @@ void backdrop_hide(void); #if defined(HAVE_REMOTE_LCD) /* no main backdrop, stubs! */ -#if LCD_REMOTE_DEPTH > 1 bool remote_backdrop_load(enum backdrop_type bdrop,const char* filename); void remote_backdrop_unload(enum backdrop_type bdrop); void remote_backdrop_show(enum backdrop_type bdrop); void remote_backdrop_hide(void); #endif -#endif #endif /* _BACKDROP_H */ |