This commit is contained in:
dborth 2009-10-06 19:57:29 +00:00
parent da58b6b3c0
commit c8f6ee1d87

View File

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