forked from len0rd/rockbox
remove a stray printf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26277 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5c7be3e6cc
commit
f557beac56
1 changed files with 0 additions and 3 deletions
|
|
@ -234,10 +234,7 @@ static void viewportmanager_redraw(void* data)
|
|||
{
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
if (is_theme_enabled(i))
|
||||
{
|
||||
printf("%d enabled\n", i);
|
||||
sb_skin_update(i, NULL != data);
|
||||
}
|
||||
#else
|
||||
(void)data;
|
||||
gui_statusbar_draw(&statusbars.statusbars[i], NULL, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue