From a516839e9df80289421bad44141cccbe65f99b4e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 8 May 2015 20:32:17 -0400 Subject: [PATCH] Stale and just-resolved TODO cleanup. --- TODO.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/TODO.md b/TODO.md index 3ff1fce1..b07e330f 100644 --- a/TODO.md +++ b/TODO.md @@ -5,9 +5,6 @@ - figure out what to do in OS X terminate: - what uiQuit() does - uiQuit() will call terminate: instead -- re-add the allocation tracking as just a list of pointers -- add a final cleanup function (uiUninit() or uiCleanup()) -- whenever a list of things is destroyed, each successive item must be removed as it is destroyed, otherwise we might wind up in a situation where we access items after they're freed - make the name of the variable to refer to a single tab page consistent (already decided to make them all `page`) - make sure uiEntryOnChanged() is not triggered when calling uiEntrySetText() - clean up windows resizing logic