remove 3 bad viewport functions:
commit7c440bff3254250711e1768de2769dc68185fefd
authorJonathan Gordon <rockbox@jdgordon.info>
Wed, 11 Nov 2009 06:39:23 +0000 (11 06:39 +0000)
committerJonathan Gordon <rockbox@jdgordon.info>
Wed, 11 Nov 2009 06:39:23 +0000 (11 06:39 +0000)
treeda885d57a4bbc9db64994c37f7eb7d13a7f2353b
parent664dc90e714837bec83153daa13ef39769705c78
remove 3 bad viewport functions:
* viewport_set_current_vp() because if a screen wants to not use the user setting it shouldn't be dealing with the viewport manager at all (other than to disable the bars)
* viewport_ui_vp_get_state() is unused (and not needed)
* viewport_get_current_vp() because you should be using set_defaults() instead.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23606 a1c6a512-1295-4272-9138-f99709370657
apps/gui/viewport.c
apps/gui/viewport.h
apps/onplay.c
apps/plugin.c
apps/settings.c