remove 3 bad viewport functions:
commitcfb0358baecf79c5bcddf3fa2872835d55ac26b4
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 11 Nov 2009 06:39:23 +0000 (11 06:39 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Wed, 11 Nov 2009 06:39:23 +0000 (11 06:39 +0000)
treeda885d57a4bbc9db64994c37f7eb7d13a7f2353b
parentf76319bced2b13f7200064309f818078f2773745
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