From 64dd45343dbb1cfdc77b588f3da739dfe9d40a99 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 30 Apr 2015 19:29:19 -0400 Subject: [PATCH] TODO shuffling. --- TODO.md | 1 + unix/newcontrol.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 266a24a5..0afbba4d 100644 --- a/TODO.md +++ b/TODO.md @@ -29,6 +29,7 @@ - add the visibility stuff to the Windows makefile - figure out visibility on mac os x - hide command lines in the makefile +- rename newcontrol.[cm] to control.[cm] or something else? ultimately: - add some sort of runtime type checking diff --git a/unix/newcontrol.c b/unix/newcontrol.c index a1162d9c..01658c85 100644 --- a/unix/newcontrol.c +++ b/unix/newcontrol.c @@ -1,8 +1,6 @@ // 7 april 2015 #include "uipriv_unix.h" -// TODO rename these files - // TODO get rid of this typedef struct singleWidget singleWidget;