1
0
Fork 0
forked from len0rd/rockbox

OK, a (hopefully) successful attempt at getting rid of the yellows that I created by removing the other yellows

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1938 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Justin Heiner 2002-08-23 02:45:39 +00:00
parent edf6b80547
commit 0a3589d129

View file

@ -214,8 +214,10 @@ void menu_exit(int m)
void menu_run(int m)
{
#ifndef SIMULATOR
#ifdef HAVE_LCD_BITMAP
bool laststate;
#endif
#endif
menu_draw(m);