mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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
This commit is contained in:
parent
2490700867
commit
d66b3c0f61
9 changed files with 1 additions and 85 deletions
|
@ -119,7 +119,6 @@ struct screen
|
|||
void (*drawline)(int x1, int y1, int x2, int y2);
|
||||
void (*vline)(int x, int y1, int y2);
|
||||
void (*hline)(int x1, int x2, int y);
|
||||
void (*invertscroll) (int x, int y);
|
||||
#endif /* HAVE_LCD_BITMAP || HAVE_REMOTE_LCD */
|
||||
|
||||
#ifdef HAVE_LCD_CHARCELLS /* no charcell remote LCDs so far */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue