Removed a stale TODO caused by inaccurate timer code (that was in response to the old clock()-based Unix code).
This commit is contained in:
parent
00411a4d07
commit
09e98af110
|
@ -56,7 +56,6 @@ static void queued(void *data)
|
||||||
uiQuit();
|
uiQuit();
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO the timing for this is strange because it is the first to call uiMain()
|
|
||||||
testingTest(QueueMain)
|
testingTest(QueueMain)
|
||||||
{
|
{
|
||||||
int flag = 0;
|
int flag = 0;
|
||||||
|
|
Loading…
Reference in New Issue