diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2007-10-15 20:42:51 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2007-10-15 20:42:51 +0000 |
| commit | d66b3c0f61fad357fa4a30b1ebf5ddb070099f7e (patch) | |
| tree | da74d26469318831e45015170e21eb70b8f66488 /apps/screen_access.h | |
| parent | 24907008678ae5d5e609c7d72d073886d7b0010f (diff) | |
| download | rockbox-d66b3c0f61fad357fa4a30b1ebf5ddb070099f7e.zip rockbox-d66b3c0f61fad357fa4a30b1ebf5ddb070099f7e.tar.gz rockbox-d66b3c0f61fad357fa4a30b1ebf5ddb070099f7e.tar.bz2 rockbox-d66b3c0f61fad357fa4a30b1ebf5ddb070099f7e.tar.xz | |
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.h')
| -rw-r--r-- | apps/screen_access.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/screen_access.h b/apps/screen_access.h index 6333251..35bcdef0 100644 --- a/apps/screen_access.h +++ b/apps/screen_access.h @@ -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 */ |