summaryrefslogtreecommitdiff
path: root/apps/screen_access.c
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2007-10-15 20:42:51 +0000
committerAntoine Cellerier <dionoea@videolan.org>2007-10-15 20:42:51 +0000
commitd66b3c0f61fad357fa4a30b1ebf5ddb070099f7e (patch)
treeda74d26469318831e45015170e21eb70b8f66488 /apps/screen_access.c
parent24907008678ae5d5e609c7d72d073886d7b0010f (diff)
downloadrockbox-d66b3c0f61fad357fa4a30b1ebf5ddb070099f7e.tar.gz
rockbox-d66b3c0f61fad357fa4a30b1ebf5ddb070099f7e.zip
Remove the "invert scroll" code since it's not used anywhere anymore (and it was broken on color targets with gradients anyway). Closes FS #7875.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15125 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screen_access.c')
-rw-r--r--apps/screen_access.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index a10e96475e..9017cda787 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -91,7 +91,6 @@ struct screen screens[NB_SCREENS] =
91 .vline=&lcd_vline, 91 .vline=&lcd_vline,
92 .hline=&lcd_hline, 92 .hline=&lcd_hline,
93 .scroll_step=&lcd_scroll_step, 93 .scroll_step=&lcd_scroll_step,
94 .invertscroll=&lcd_invertscroll,
95 .puts_style_offset=&lcd_puts_style_offset, 94 .puts_style_offset=&lcd_puts_style_offset,
96 .puts_scroll_style=&lcd_puts_scroll_style, 95 .puts_scroll_style=&lcd_puts_scroll_style,
97 .puts_scroll_style_offset=&lcd_puts_scroll_style_offset, 96 .puts_scroll_style_offset=&lcd_puts_scroll_style_offset,
@@ -167,7 +166,6 @@ struct screen screens[NB_SCREENS] =
167 .vline=&lcd_remote_vline, 166 .vline=&lcd_remote_vline,
168 .hline=&lcd_remote_hline, 167 .hline=&lcd_remote_hline,
169 .scroll_step=&lcd_remote_scroll_step, 168 .scroll_step=&lcd_remote_scroll_step,
170 .invertscroll=&lcd_remote_invertscroll,
171 .puts_style_offset=&lcd_remote_puts_style_offset, 169 .puts_style_offset=&lcd_remote_puts_style_offset,
172 .puts_scroll_style=&lcd_remote_puts_scroll_style, 170 .puts_scroll_style=&lcd_remote_puts_scroll_style,
173 .puts_scroll_style_offset=&lcd_remote_puts_scroll_style_offset, 171 .puts_scroll_style_offset=&lcd_remote_puts_scroll_style_offset,