From 1e324aac36c123340d8d33338042402164581860 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sat, 13 Apr 2013 18:19:55 +0200 Subject: lcd-common: Remove unused function lcd_puts_style(). Change-Id: Id2c64c116f79b8e61a7af49b9072b3e884ffb455 --- apps/plugin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 4e6f4a8..237d2f8 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -269,7 +269,6 @@ struct plugin_api { int width, int height); void (*lcd_pal256_update_pal)(fb_data *palette); #endif - void (*lcd_puts_style)(int x, int y, const unsigned char *str, int style); void (*lcd_puts_scroll_style)(int x, int y, const unsigned char* string, int style); #ifdef HAVE_LCD_INVERT @@ -347,7 +346,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_style)(int x, int y, const unsigned char *str, int style); void (*lcd_remote_puts_scroll_style)(int x, int y, const unsigned char* string, int style); fb_remote_data* lcd_remote_framebuffer; -- cgit v1.1