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/plugin.c | |
| 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/plugin.c')
| -rw-r--r-- | apps/plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index adc955f..685dab9 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -194,7 +194,6 @@ static const struct plugin_api rockbox_api = { gui_synclist_add_item, gui_synclist_del_item, gui_synclist_limit_scroll, - gui_synclist_flash, gui_synclist_do_button, gui_synclist_set_title, |