Some more TODO cleanup, including mistaken TODO removal.

This commit is contained in:
Pietro Gagliardi 2015-04-30 15:18:11 -04:00
parent c6023ee151
commit 437b895b53
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,8 @@
- forbid free(NULL) to check for bugs
- opposite side alignment control in uiBox
- disabling containers on wine doesn't redraw children as disabled
- TODO test on real windows
- test on real windows
- collapse multiple consecutive menu separators?
ultimately:
- add some sort of runtime type checking

View File

@ -224,7 +224,6 @@ uiMenuItem *menuAppendAboutItem(uiMenu *mm)
void menuAppendSeparator(uiMenu *mm)
{
// TODO check multiple about items
newItem((struct menu *) mm, typeSeparator, NULL);
}