diff options
Diffstat (limited to 'src/libui_sdl/libui/unix/text.c')
-rw-r--r-- | src/libui_sdl/libui/unix/text.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libui_sdl/libui/unix/text.c b/src/libui_sdl/libui/unix/text.c deleted file mode 100644 index ad92738..0000000 --- a/src/libui_sdl/libui/unix/text.c +++ /dev/null @@ -1,12 +0,0 @@ -// 9 april 2015 -#include "uipriv_unix.h" - -char *uiUnixStrdupText(const char *t) -{ - return g_strdup(t); -} - -void uiFreeText(char *t) -{ - g_free(t); -} |