summaryrefslogtreecommitdiff
path: root/apps/screen_access.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 /apps/screen_access.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 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 933a4dc692..c5684fc0c7 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -78,10 +78,6 @@ struct screen
78 void (*setuifont)(int newfont); 78 void (*setuifont)(int newfont);
79 79
80 void (*scroll_step)(int pixels); 80 void (*scroll_step)(int pixels);
81 void (*puts_style_xyoffset)(int x, int y, const unsigned char *str,
82 int style, int x_offset, int y_offset);
83 void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string,
84 int style, int x_offset, int y_offset);
85 void (*mono_bitmap)(const unsigned char *src, 81 void (*mono_bitmap)(const unsigned char *src,
86 int x, int y, int width, int height); 82 int x, int y, int width, int height);
87 void (*mono_bitmap_part)(const unsigned char *src, int src_x, int src_y, 83 void (*mono_bitmap_part)(const unsigned char *src, int src_x, int src_y,