summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-03-28 16:18:21 +0000
committerDave Chapman <dave@dchapman.com>2006-03-28 16:18:21 +0000
commit909b6d2653aa8b157a60b0f11fb5ca1eb37ea64e (patch)
treefeb277e471f06633ee8ccf3d539d73cbc3fc5e80 /apps
parent59a248c8c637882184a0841eeff7fa7899cfed76 (diff)
downloadrockbox-909b6d2653aa8b157a60b0f11fb5ca1eb37ea64e.tar.gz
rockbox-909b6d2653aa8b157a60b0f11fb5ca1eb37ea64e.zip
Finish removing the main LCD backdrop function from the plugin API
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9315 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index fdced30d17..6cbda49a48 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -67,8 +67,6 @@
67#include "bmp.h" 67#include "bmp.h"
68#endif 68#endif
69 69
70#include "backdrop.h"
71
72#ifdef HAVE_REMOTE_LCD 70#ifdef HAVE_REMOTE_LCD
73#include "lcd-remote.h" 71#include "lcd-remote.h"
74#endif 72#endif