summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 959232ddb7..0ab73281ee 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -195,16 +195,6 @@ static const struct plugin_api rockbox_api = {
195 lcd_putsf, 195 lcd_putsf,
196 lcd_puts_scroll, 196 lcd_puts_scroll,
197 lcd_scroll_stop, 197 lcd_scroll_stop,
198#ifdef HAVE_LCD_CHARCELLS
199 lcd_define_pattern,
200 lcd_get_locked_pattern,
201 lcd_unlock_pattern,
202 lcd_putc,
203 lcd_put_cursor,
204 lcd_remove_cursor,
205 lcd_icon,
206 lcd_double_height,
207#else /* HAVE_LCD_BITMAP */
208 &lcd_static_framebuffer[0][0], 198 &lcd_static_framebuffer[0][0],
209 lcd_set_viewport, 199 lcd_set_viewport,
210 lcd_set_framebuffer, 200 lcd_set_framebuffer,
@@ -270,7 +260,6 @@ static const struct plugin_api rockbox_api = {
270 font_get_width, 260 font_get_width,
271 screen_clear_area, 261 screen_clear_area,
272 gui_scrollbar_draw, 262 gui_scrollbar_draw,
273#endif /* HAVE_LCD_BITMAP */
274 get_codepage_name, 263 get_codepage_name,
275 264
276#ifdef HAVE_REMOTE_LCD 265#ifdef HAVE_REMOTE_LCD