move the pitchscreen out of screens.c.. no functional changes

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17365 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2008-05-05 07:07:19 +00:00
parent 5641995027
commit 8e57ede59f
3 changed files with 288 additions and 253 deletions

View file

@ -60,6 +60,9 @@ gui/bitmap/list.c
gui/charcell/list.c
#endif
gui/option_select.c
#ifdef HAVE_PITCHSCREEN
gui/pitchscreen.c
#endif
#ifdef HAVE_QUICKSCREEN
gui/quickscreen.c
#endif