Fix player red and remove an obsolete function call.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23056 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-10-09 19:17:22 +00:00
parent dcdc2b93ae
commit 8e3e5e7a59
4 changed files with 5 additions and 8 deletions

View file

@ -116,9 +116,6 @@ int lang_load(const char *filename)
else
{
lang_options = lang_header[3];
#ifdef HAVE_LCD_BITMAP
viewportmanager_theme_changed(THEME_UI_VIEWPORT);
#endif
}
return retcode;
}