diff --git a/TODO.md b/TODO.md
index 497e653f..f52cd812 100644
--- a/TODO.md
+++ b/TODO.md
@@ -30,6 +30,8 @@
 	- figure out visibility on mac os x
 	- hide command lines in the makefile
 - rename newcontrol.[cm] to control.[cm] or something else?
+- use _UI_EXPORT on OS-specific functions
+	- make their headers generated by an IDL
 
 ultimately:
 - add some sort of runtime type checking
diff --git a/unix/text.c b/unix/text.c
index 5362fa0f..ad92738d 100644
--- a/unix/text.c
+++ b/unix/text.c
@@ -1,7 +1,6 @@
 // 9 april 2015
 #include "uipriv_unix.h"
 
-// TODO rename to uiUnixStrdupText()
 char *uiUnixStrdupText(const char *t)
 {
 	return g_strdup(t);