summaryrefslogtreecommitdiff
path: root/apps/plugin.h
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.h
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.h')
-rw-r--r--apps/plugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 4e6f4a8c4e..237d2f82ee 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -269,7 +269,6 @@ struct plugin_api {
269 int width, int height); 269 int width, int height);
270 void (*lcd_pal256_update_pal)(fb_data *palette); 270 void (*lcd_pal256_update_pal)(fb_data *palette);
271#endif 271#endif
272 void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style);
273 void (*lcd_puts_scroll_style)(int x, int y, const unsigned char* string, 272 void (*lcd_puts_scroll_style)(int x, int y, const unsigned char* string,
274 int style); 273 int style);
275#ifdef HAVE_LCD_INVERT 274#ifdef HAVE_LCD_INVERT
@@ -347,7 +346,6 @@ struct plugin_api {
347 void (*lcd_remote_mono_bitmap)(const unsigned char *src, int x, int y, 346 void (*lcd_remote_mono_bitmap)(const unsigned char *src, int x, int y,
348 int width, int height); 347 int width, int height);
349 void (*lcd_remote_putsxy)(int x, int y, const unsigned char *string); 348 void (*lcd_remote_putsxy)(int x, int y, const unsigned char *string);
350 void (*lcd_remote_puts_style)(int x, int y, const unsigned char *str, int style);
351 void (*lcd_remote_puts_scroll_style)(int x, int y, const unsigned char* string, 349 void (*lcd_remote_puts_scroll_style)(int x, int y, const unsigned char* string,
352 int style); 350 int style);
353 fb_remote_data* lcd_remote_framebuffer; 351 fb_remote_data* lcd_remote_framebuffer;