More TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-29 01:09:27 -04:00
parent 390899f803
commit ee998a973b
1 changed files with 1 additions and 0 deletions

View File

@ -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;