summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
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 /firmware/export/lcd-remote.h
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 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 44f809a838..3be23747ea 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -166,7 +166,6 @@ extern void lcd_remote_bitmap(const fb_remote_data *src, int x, int y,
166 int width, int height); 166 int width, int height);
167extern void lcd_remote_putsxy(int x, int y, const unsigned char *str); 167extern void lcd_remote_putsxy(int x, int y, const unsigned char *str);
168 168
169extern void lcd_remote_invertscroll(int x, int y);
170extern void lcd_remote_bidir_scroll(int threshold); 169extern void lcd_remote_bidir_scroll(int threshold);
171extern void lcd_remote_scroll_step(int pixels); 170extern void lcd_remote_scroll_step(int pixels);
172 171