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;