diff options
author | Thomas Martitz <kugel@rockbox.org> | 2013-04-14 18:13:12 +0200 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-07 14:13:48 +0100 |
commit | 775ebe4ff6508d13712beb6bc18e546adb39f47d (patch) | |
tree | ed627a0b18815e50ef6843fc3d9ad350503eb006 /apps/plugin.h | |
parent | 7cd07290e6fc21ab8b2b6d438d7a6b24b3708e35 (diff) |
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 237d2f82ee..673ad0b8c1 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -269,8 +269,6 @@ struct plugin_api { int width, int height); void (*lcd_pal256_update_pal)(fb_data *palette); #endif - void (*lcd_puts_scroll_style)(int x, int y, const unsigned char* string, - int style); #ifdef HAVE_LCD_INVERT void (*lcd_set_invert_display)(bool yesno); #endif /* HAVE_LCD_INVERT */ @@ -346,8 +344,6 @@ struct plugin_api { void (*lcd_remote_mono_bitmap)(const unsigned char *src, int x, int y, int width, int height); void (*lcd_remote_putsxy)(int x, int y, const unsigned char *string); - void (*lcd_remote_puts_scroll_style)(int x, int y, const unsigned char* string, - int style); fb_remote_data* lcd_remote_framebuffer; void (*lcd_remote_update)(void); void (*lcd_remote_update_rect)(int x, int y, int width, int height); |