More TODOs.
This commit is contained in:
parent
390899f803
commit
ee998a973b
|
@ -13,6 +13,7 @@ struct bin {
|
||||||
intmax_t marginBottom;
|
intmax_t marginBottom;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO ensure clean removal by making sure there's no OS parent
|
||||||
void binDestroy(uiControl *c)
|
void binDestroy(uiControl *c)
|
||||||
{
|
{
|
||||||
struct bin *b = (struct bin *) c;
|
struct bin *b = (struct bin *) c;
|
||||||
|
|
Loading…
Reference in New Issue