Remove find_albumart() from the plugin API as it doesn't exist for them.
commitd127fb272589d7218e2148189157830876c51b0a
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 3 Aug 2009 15:09:41 +0000 (3 15:09 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Mon, 3 Aug 2009 15:09:41 +0000 (3 15:09 +0000)
tree4cc9346e7430a667cb8521b8d2ee285470efff73
parent6ae4cb47227a5e516965ffffd4d57e3b09458d6f
Remove find_albumart() from the plugin API as it doesn't exist for them.
Remove lcd_set_viewport() too, and replace the calls with the appropriate multi-screen api calls as calling lcd_* functions should be avoided in favor of the api.
Bump API version and sort a bit.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22140 a1c6a512-1295-4272-9138-f99709370657
apps/plugin.c
apps/plugin.h
apps/plugins/lib/pluginlib_touchscreen.c
apps/plugins/reversi/reversi-gui.c