Removed a now-stale TODO thanks to some past commits.

This commit is contained in:
Pietro Gagliardi 2015-05-04 20:11:05 -04:00
parent cc56e2cece
commit 0ad6cbb4b5
1 changed files with 0 additions and 1 deletions

View File

@ -201,7 +201,6 @@ static void tabAppendPage(uiTab *tt, const char *name, uiControl *child)
if (n != 0) // if this isn't the first page, we have to hide the other controls
uiControlHide(uiControl(page));
t->pages[t->len] = page;
t->margined[t->len] = 0; // TODO should not be necessary but blah blah blah realloc
t->len++;
ZeroMemory(&item, sizeof (TCITEMW));