From 775ebe4ff6508d13712beb6bc18e546adb39f47d Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 14 Apr 2013 18:13:12 +0200 Subject: lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style(). Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94 --- docs/PLUGIN_API | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'docs') diff --git a/docs/PLUGIN_API b/docs/PLUGIN_API index b895876bc0..768342bd80 100644 --- a/docs/PLUGIN_API +++ b/docs/PLUGIN_API @@ -1102,15 +1102,6 @@ void lcd_puts_scroll(int x, int y, const unsigned char* string) \param string \description Puts scrolling string on the LCD at row =x= and column =y=. The scrolling style is STYLE_DEFAULT. -void lcd_puts_scroll_style(int x, int y, const unsigned char* string, int style) - \group lcd - \conditions !defined(HAVE_LCD_CHARCELLS) - \param x Row X - \param y Column Y - \param string - \param style can be STYLE_DEFAULT for black text display or STYLE_INVERT for white text display - \description Put a string at row =x= and column =y=, the text scrolls if necessary - void lcd_put_cursor(int x, int y, unsigned long ucs) \group lcd \conditions (defined(HAVE_LCD_CHARCELLS)) @@ -1266,15 +1257,6 @@ void lcd_remote_puts_scroll(int x, int y, const unsigned char* string) \param string \description -void lcd_remote_puts_scroll_style(int x, int y, const unsigned char* string, int style) - \group remote lcd - \conditions (defined(HAVE_REMOTE_LCD)) - \param x - \param y - \param string - \param style - \description - void lcd_remote_puts_style(int x, int y, const unsigned char *str, int style) \group remote lcd \conditions (defined(HAVE_REMOTE_LCD)) -- cgit v1.2.3