Removed previous commit's TODO; more TODOs.

This commit is contained in:
Pietro Gagliardi 2015-04-30 22:56:09 -04:00
parent 0ee2a72446
commit 20d0c40ad4
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -1,7 +1,6 @@
// 9 april 2015
#include "uipriv_unix.h"
// TODO rename to uiUnixStrdupText()
char *uiUnixStrdupText(const char *t)
{
return g_strdup(t);