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 /docs | |
parent | 7cd07290e6fc21ab8b2b6d438d7a6b24b3708e35 (diff) | |
download | rockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.tar.gz rockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.tar.bz2 rockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.zip |
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
Diffstat (limited to 'docs')
-rw-r--r-- | docs/PLUGIN_API | 18 |
1 files changed, 0 insertions, 18 deletions
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)) |