1
0
Fork 0
forked from len0rd/rockbox

fix red and yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19682 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-01-05 10:13:17 +00:00
parent 8b9fdb540c
commit 1c924dbf08
2 changed files with 0 additions and 4 deletions

View file

@ -1406,7 +1406,6 @@ bool dbg_ports(void)
}
}
viewportmanager_set_statusbar(true);
lcd_setfont(FONT_UI);
return false;
}
#endif /* !HAVE_LCD_BITMAP */

View file

@ -679,9 +679,6 @@ bool shutdown_screen(void)
* is terminated by TIME_BEFORE */
case ACTION_NONE:
break;
case SYS_FOURHERTZ:
default_event_handler(button);
break;
default:
if(default_event_handler(button) == SYS_USB_CONNECTED)