From 20d0c40ad48c3a7599c45afbd14177cc9ede37d0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 30 Apr 2015 22:56:09 -0400 Subject: [PATCH] Removed previous commit's TODO; more TODOs. --- TODO.md | 2 ++ unix/text.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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);