Removed some stale TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-08 19:22:13 -04:00
parent 310fbe58fd
commit afdce07d61
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ static void defaultOnClicked(uiControl *c, void *data)
// do nothing
}
// TODO destruction
uiControl *uiNewButton(const char *text)
{
uiControl *c;

View File

@ -61,7 +61,6 @@ static void defaultOnClicked(uiControl *c, void *data)
// do nothing
}
// TODO destruction
uiControl *uiNewButton(const char *text)
{
struct button *b;