diff --git a/unix/bin.c b/unix/bin.c index 90a4d016..6ffe79c0 100644 --- a/unix/bin.c +++ b/unix/bin.c @@ -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;