Removed TODO for dequeueResize(); we won't add that.

This commit is contained in:
Pietro Gagliardi 2015-06-01 18:17:59 -04:00
parent c08cad8a7e
commit a29c15a897
1 changed files with 0 additions and 2 deletions

View File

@ -45,8 +45,6 @@ void queueResize(uiControl *c)
ptrArrayAppend(resizes, c);
}
// TODO dequeueResize
void doResizes(void)
{
uiWindow *w;