FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Boris Gjenero 2011-12-14 21:45:25 +00:00
parent 273fbadb55
commit 8e6030c822
22 changed files with 11 additions and 155 deletions

View file

@ -125,7 +125,3 @@ int fms_do_button_loop(bool update_screen)
return button;
}
struct gui_wps *fms_get(enum screen_type screen)
{
return skin_get_gwps(FM_SCREEN, screen);
}