summaryrefslogtreecommitdiff
path: root/apps/screen_access.h
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 /apps/screen_access.h
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 'apps/screen_access.h')
-rw-r--r--apps/screen_access.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h
index 4f1faac187..933a4dc692 100644
--- a/apps/screen_access.h
+++ b/apps/screen_access.h
@@ -80,8 +80,6 @@ struct screen
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, 81 void (*puts_style_xyoffset)(int x, int y, const unsigned char *str,
82 int style, int x_offset, int y_offset); 82 int style, int x_offset, int y_offset);
83 void (*puts_scroll_style)(int x, int y, const unsigned char *string,
84 int style);
85 void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string, 83 void (*puts_scroll_style_xyoffset)(int x, int y, const unsigned char *string,
86 int style, int x_offset, int y_offset); 84 int style, int x_offset, int y_offset);
87 void (*mono_bitmap)(const unsigned char *src, 85 void (*mono_bitmap)(const unsigned char *src,