- Remove Fixme.

svn path=/trunk/; revision=54175
This commit is contained in:
James Tabor 2011-10-17 05:22:33 +00:00
parent e066e5f500
commit 2c56678681

View file

@ -245,7 +245,6 @@ RawInputThreadMain()
KbdStatus = KbdIosb.Status; KbdStatus = KbdIosb.Status;
else if (pSignaledObject == MasterTimer) else if (pSignaledObject == MasterTimer)
{ {
/* FIXME: where it should go? */
ProcessTimers(); ProcessTimers();
} }
else ASSERT(FALSE); else ASSERT(FALSE);