summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-14 18:15:09 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commit9a4686b563ac9e27615e1032792bd9878bb291f7 (patch)
treed90ce0718b9c74d9c8b8cdad027f3a391be9abfb /firmware/export/lcd.h
parent775ebe4ff6508d13712beb6bc18e546adb39f47d (diff)
downloadrockbox-9a4686b563ac9e27615e1032792bd9878bb291f7.tar.gz
rockbox-9a4686b563ac9e27615e1032792bd9878bb291f7.zip
lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() and lcd_puts_scroll_style_xyoffset().
With this functions removed there is no exported function in firmware left that draws line decorations. Also no function supports specifying an y-offset anymore (was used for pixel accurate positioning of otherwise strictly line-based API calls). Both should be handled in apps/ now. Change-Id: Iba4b28ccc6e686c7db63e34b51ad4badae983fce
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 9e6470d526..afdc5cf45e 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -496,11 +496,6 @@ extern int lcd_get_drawmode(void);
496extern void lcd_setfont(int font); 496extern void lcd_setfont(int font);
497extern int lcd_getfont(void); 497extern int lcd_getfont(void);
498 498
499extern void lcd_puts_style_xyoffset(int x, int y, const unsigned char *str,
500 int style, int x_offset, int y_offset);
501extern void lcd_puts_scroll_style_xyoffset(int x, int y, const unsigned char *string,
502 int style, int x_offset, int y_offset);
503
504/* low level drawing function pointer arrays */ 499/* low level drawing function pointer arrays */
505#if LCD_DEPTH >= 8 500#if LCD_DEPTH >= 8
506extern lcd_fastpixelfunc_type* const *lcd_fastpixelfuncs; 501extern lcd_fastpixelfunc_type* const *lcd_fastpixelfuncs;