summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2013-04-11 12:07:06 +0200
committerThomas Martitz <kugel@rockbox.org>2014-01-07 14:13:48 +0100
commita422604435bbb92b6d69552e347c8fa56c0830a2 (patch)
tree0cb098327bf4450f0b2533b07e3d94fd3bde1917 /apps/screen_access.h
parent2ef9aa51f34263955bfa1528f6a4fd074b69ec91 (diff)
downloadrockbox-a422604435bbb92b6d69552e347c8fa56c0830a2.tar.gz
rockbox-a422604435bbb92b6d69552e347c8fa56c0830a2.zip
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() and lcd_puts_scroll_style_offset().
Change-Id: Ia84ae88020d06a1cb634942ab5e635fd5d10ac66
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 7bc9c35237..c21d9cdb63 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -84,8 +84,6 @@ struct screen
84 int style, int x_offset, int y_offset); 84 int style, int x_offset, int y_offset);
85 void (*puts_scroll_style)(int x, int y, const unsigned char *string, 85 void (*puts_scroll_style)(int x, int y, const unsigned char *string,
86 int style); 86 int style);
87 void (*puts_scroll_style_offset)(int x, int y, const unsigned char *string,
88 int style, int x_offset);
89 void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string, 87 void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string,
90 int style, int x_offset, int y_offset); 88 int style, int x_offset, int y_offset);
91 void (*mono_bitmap)(const unsigned char *src, 89 void (*mono_bitmap)(const unsigned char *src,
@@ -143,8 +141,6 @@ struct screen
143 void (*putsf)(int x, int y, const unsigned char *str, ...); 141 void (*putsf)(int x, int y, const unsigned char *str, ...);
144 void (*puts_offset)(int x, int y, const unsigned char *str, int offset); 142 void (*puts_offset)(int x, int y, const unsigned char *str, int offset);
145 void (*puts_scroll)(int x, int y, const unsigned char *string); 143 void (*puts_scroll)(int x, int y, const unsigned char *string);
146 void (*puts_scroll_offset)(int x, int y, const unsigned char *string,
147 int x_offset);
148 void (*putsxy_scroll_func)(int x, int y, const unsigned char *string, 144 void (*putsxy_scroll_func)(int x, int y, const unsigned char *string,
149 void (*scroll_func)(struct scrollinfo *), 145 void (*scroll_func)(struct scrollinfo *),
150 void *data, int x_offset); 146 void *data, int x_offset);