From 0ad6cbb4b56bf4c58cd62c479217f5b14779278d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 4 May 2015 20:11:05 -0400 Subject: [PATCH] Removed a now-stale TODO thanks to some past commits. --- windows/tab.c | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/tab.c b/windows/tab.c index e252a68e..499fb43e 100644 --- a/windows/tab.c +++ b/windows/tab.c @@ -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));