lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().

Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
This commit is contained in:
Thomas Martitz 2013-04-14 18:13:12 +02:00
parent 7cd07290e6
commit 775ebe4ff6
8 changed files with 2 additions and 39 deletions

View file

@ -200,7 +200,6 @@ static const struct plugin_api rockbox_api = {
lcd_blit_pal256,
lcd_pal256_update_pal,
#endif
lcd_puts_scroll_style,
#ifdef HAVE_LCD_INVERT
lcd_set_invert_display,
#endif /* HAVE_LCD_INVERT */
@ -259,7 +258,6 @@ static const struct plugin_api rockbox_api = {
lcd_remote_mono_bitmap_part,
lcd_remote_mono_bitmap,
lcd_remote_putsxy,
lcd_remote_puts_scroll_style,
&lcd_remote_static_framebuffer[0][0],
lcd_remote_update,
lcd_remote_update_rect,