From 6098ad7efe78cb3ff1589be41f398af22cf067bb Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 11 May 2015 00:36:08 -0400 Subject: [PATCH] Decided not to move parenting checks in binDestroy(); they happen eventually anyway. --- TODO.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO.md b/TODO.md index 0af1fb26..8aac8611 100644 --- a/TODO.md +++ b/TODO.md @@ -16,8 +16,6 @@ ultimately: - in which case, hide leading or trailing separators? - generate libui.lib and related files - make OS-specific headers generated by an IDL -- bin.c - - find a way to move the has parent check at the beginning of binDestroy() - menu item state change while the menu is visible (not in response to user action) - OS X: requires an [NSMenu update] call after changing state - Windows: requires getting current menu state when amending it in sync()