From 5d28ffd334a719c42c38208c392847eb0c2de83b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 2 May 2015 14:55:12 -0400 Subject: [PATCH] Removed a stale TODO. --- unix/bin.c | 1 - 1 file changed, 1 deletion(-) 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;