Removed a stale TODO.

This commit is contained in:
Pietro Gagliardi 2015-05-02 14:55:12 -04:00
parent 3260de37b3
commit 5d28ffd334
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ struct bin {
intmax_t marginBottom;
};
// TODO ensure clean removal by making sure there's no OS parent
void binDestroy(uiControl *c)
{
struct bin *b = (struct bin *) c;