diff options
Diffstat (limited to 'src/path.c')
-rw-r--r-- | src/path.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/path.c b/src/path.c index 8f4cb6911..e9031100d 100644 --- a/src/path.c +++ b/src/path.c @@ -20,7 +20,6 @@ #include "log.h" #include "charConv.h" #include "conf.h" -#include "utf8.h" #include <stdlib.h> #include <string.h> @@ -59,9 +58,6 @@ char * fsCharsetToUtf8(char * str) { free(ret); ret = NULL; } - /*if(!ret) ret = asciiStrToUtf8Dup(str);*/ - - /* if all else fails, just strdup */ return ret; } |