summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index eed3be7291..af06a4c484 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -200,7 +200,6 @@ static const struct plugin_api rockbox_api = {
200 lcd_blit_pal256, 200 lcd_blit_pal256,
201 lcd_pal256_update_pal, 201 lcd_pal256_update_pal,
202#endif 202#endif
203 lcd_puts_scroll_style,
204#ifdef HAVE_LCD_INVERT 203#ifdef HAVE_LCD_INVERT
205 lcd_set_invert_display, 204 lcd_set_invert_display,
206#endif /* HAVE_LCD_INVERT */ 205#endif /* HAVE_LCD_INVERT */
@@ -259,7 +258,6 @@ static const struct plugin_api rockbox_api = {
259 lcd_remote_mono_bitmap_part, 258 lcd_remote_mono_bitmap_part,
260 lcd_remote_mono_bitmap, 259 lcd_remote_mono_bitmap,
261 lcd_remote_putsxy, 260 lcd_remote_putsxy,
262 lcd_remote_puts_scroll_style,
263 &lcd_remote_static_framebuffer[0][0], 261 &lcd_remote_static_framebuffer[0][0],
264 lcd_remote_update, 262 lcd_remote_update,
265 lcd_remote_update_rect, 263 lcd_remote_update_rect,