Removed previous commit's TODO; more TODOs.
This commit is contained in:
parent
0ee2a72446
commit
20d0c40ad4
2
TODO.md
2
TODO.md
|
@ -30,6 +30,8 @@
|
||||||
- figure out visibility on mac os x
|
- figure out visibility on mac os x
|
||||||
- hide command lines in the makefile
|
- hide command lines in the makefile
|
||||||
- rename newcontrol.[cm] to control.[cm] or something else?
|
- rename newcontrol.[cm] to control.[cm] or something else?
|
||||||
|
- use _UI_EXPORT on OS-specific functions
|
||||||
|
- make their headers generated by an IDL
|
||||||
|
|
||||||
ultimately:
|
ultimately:
|
||||||
- add some sort of runtime type checking
|
- add some sort of runtime type checking
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
// 9 april 2015
|
// 9 april 2015
|
||||||
#include "uipriv_unix.h"
|
#include "uipriv_unix.h"
|
||||||
|
|
||||||
// TODO rename to uiUnixStrdupText()
|
|
||||||
char *uiUnixStrdupText(const char *t)
|
char *uiUnixStrdupText(const char *t)
|
||||||
{
|
{
|
||||||
return g_strdup(t);
|
return g_strdup(t);
|
||||||
|
|
Loading…
Reference in New Issue