Removed some stale TODOs.
This commit is contained in:
parent
410378b451
commit
cbc0403e6a
|
@ -30,7 +30,6 @@ static void defaultOnClicked(uiControl *c, void *data)
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO destruction
|
|
||||||
uiControl *uiNewButton(const char *text)
|
uiControl *uiNewButton(const char *text)
|
||||||
{
|
{
|
||||||
uiControl *c;
|
uiControl *c;
|
||||||
|
|
|
@ -61,7 +61,6 @@ static void defaultOnClicked(uiControl *c, void *data)
|
||||||
// do nothing
|
// do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO destruction
|
|
||||||
uiControl *uiNewButton(const char *text)
|
uiControl *uiNewButton(const char *text)
|
||||||
{
|
{
|
||||||
struct button *b;
|
struct button *b;
|
||||||
|
|
Loading…
Reference in New Issue