This commit is contained in:
dborth 2009-10-06 19:59:05 +00:00
parent d3cfd4dd5e
commit 939d63cc13

View File

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