diff options
author | Thomas Martitz <kugel@rockbox.org> | 2013-04-14 18:13:12 +0200 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2014-01-07 14:13:48 +0100 |
commit | 775ebe4ff6508d13712beb6bc18e546adb39f47d (patch) | |
tree | ed627a0b18815e50ef6843fc3d9ad350503eb006 /apps/screen_access.c | |
parent | 7cd07290e6fc21ab8b2b6d438d7a6b24b3708e35 (diff) | |
download | rockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.tar.gz rockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.tar.bz2 rockbox-775ebe4ff6508d13712beb6bc18e546adb39f47d.zip |
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Change-Id: Ia4f943b3738ab6e66b0e3f1507c629b36d7eba94
Diffstat (limited to 'apps/screen_access.c')
-rw-r--r-- | apps/screen_access.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c index 452e5e9501..7ca6f8d310 100644 --- a/apps/screen_access.c +++ b/apps/screen_access.c @@ -249,7 +249,6 @@ struct screen screens[NB_SCREENS] = .hline=&lcd_hline, .scroll_step=&lcd_scroll_step, .puts_style_xyoffset=&lcd_puts_style_xyoffset, - .puts_scroll_style=&lcd_puts_scroll_style, .puts_scroll_style_xyoffset=&lcd_puts_scroll_style_xyoffset, #endif /* HAVE_LCD_BITMAP */ @@ -351,7 +350,6 @@ struct screen screens[NB_SCREENS] = .hline=&lcd_remote_hline, .scroll_step=&lcd_remote_scroll_step, .puts_style_xyoffset=&lcd_remote_puts_style_xyoffset, - .puts_scroll_style=&lcd_remote_puts_scroll_style, .puts_scroll_style_xyoffset=&lcd_remote_puts_scroll_style_xyoffset, #endif /* 1 */ |