This commit is contained in:
dborth 2009-10-06 19:56:55 +00:00
parent 026632ada7
commit b28a03c0da

View File

@ -268,11 +268,8 @@ UpdateGUI (void *arg)
while(1)
{
if(guiHalt)
{
LWP_SuspendThread(guithread);
}
else
{
mainWindow->Draw();
#ifdef HW_RVL
@ -308,7 +305,6 @@ UpdateGUI (void *arg)
}
ExitApp();
}
}
usleep(THREAD_SLEEP);
}
return NULL;