summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-13 18:19:55 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commit1e324aac36c123340d8d33338042402164581860 (patch)
treeda79c804a7b582dd2c92ab5d06c318d7aa8e728d /apps/plugin.c
parent8f64625888965d7eed46101fad8fc7fbd9e30f03 (diff)
downloadrockbox-1e324aac36c123340d8d33338042402164581860.tar.gz
rockbox-1e324aac36c123340d8d33338042402164581860.zip
lcd-common: Remove unused function lcd_puts_style().
Change-Id: Id2c64c116f79b8e61a7af49b9072b3e884ffb455
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 d80e6a1e0e..eed3be7291 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_style,
204 lcd_puts_scroll_style, 203 lcd_puts_scroll_style,
205#ifdef HAVE_LCD_INVERT 204#ifdef HAVE_LCD_INVERT
206 lcd_set_invert_display, 205 lcd_set_invert_display,
@@ -260,7 +259,6 @@ static const struct plugin_api rockbox_api = {
260 lcd_remote_mono_bitmap_part, 259 lcd_remote_mono_bitmap_part,
261 lcd_remote_mono_bitmap, 260 lcd_remote_mono_bitmap,
262 lcd_remote_putsxy, 261 lcd_remote_putsxy,
263 lcd_remote_puts_style,
264 lcd_remote_puts_scroll_style, 262 lcd_remote_puts_scroll_style,
265 &lcd_remote_static_framebuffer[0][0], 263 &lcd_remote_static_framebuffer[0][0],
266 lcd_remote_update, 264 lcd_remote_update,