summaryrefslogtreecommitdiff
path: root/docs/PLUGIN_API
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-14 18:13:12 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commit775ebe4ff6508d13712beb6bc18e546adb39f47d (patch)
treeed627a0b18815e50ef6843fc3d9ad350503eb006 /docs/PLUGIN_API
parent7cd07290e6fc21ab8b2b6d438d7a6b24b3708e35 (diff)
downloadrockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.tar.gz
rockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.zip
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
Diffstat (limited to 'docs/PLUGIN_API')
-rw-r--r--docs/PLUGIN_API18
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)
1102 \param string 1102 \param string
1103 \description Puts scrolling string on the LCD at row =x= and column =y=. The scrolling style is STYLE_DEFAULT. 1103 \description Puts scrolling string on the LCD at row =x= and column =y=. The scrolling style is STYLE_DEFAULT.
1104 1104
1105void lcd_puts_scroll_style(int x, int y, const unsigned char* string, int style)
1106 \group lcd
1107 \conditions !defined(HAVE_LCD_CHARCELLS)
1108 \param x Row X
1109 \param y Column Y
1110 \param string
1111 \param style can be STYLE_DEFAULT for black text display or STYLE_INVERT for white text display
1112 \description Put a string at row =x= and column =y=, the text scrolls if necessary
1113
1114void lcd_put_cursor(int x, int y, unsigned long ucs) 1105void lcd_put_cursor(int x, int y, unsigned long ucs)
1115 \group lcd 1106 \group lcd
1116 \conditions (defined(HAVE_LCD_CHARCELLS)) 1107 \conditions (defined(HAVE_LCD_CHARCELLS))
@@ -1266,15 +1257,6 @@ void lcd_remote_puts_scroll(int x, int y, const unsigned char* string)
1266 \param string 1257 \param string
1267 \description 1258 \description
1268 1259
1269void lcd_remote_puts_scroll_style(int x, int y, const unsigned char* string, int style)
1270 \group remote lcd
1271 \conditions (defined(HAVE_REMOTE_LCD))
1272 \param x
1273 \param y
1274 \param string
1275 \param style
1276 \description
1277
1278void lcd_remote_puts_style(int x, int y, const unsigned char *str, int style) 1260void lcd_remote_puts_style(int x, int y, const unsigned char *str, int style)
1279 \group remote lcd 1261 \group remote lcd
1280 \conditions (defined(HAVE_REMOTE_LCD)) 1262 \conditions (defined(HAVE_REMOTE_LCD))