summaryrefslogtreecommitdiffstats
path: root/src/utils
diff options
context:
space:
mode:
authorIku <iku@yokattana.com>2017-02-08 15:15:00 +0100
committerIku <iku@yokattana.com>2017-02-09 09:05:10 +0100
commit22ab78e0bc158664d5c4ad00ac8e34b5449c9d69 (patch)
treee29f65b3d4b65b2d9de33efb096ffa28e217dea6 /src/utils
parent474e05785ad4ecb3b40626093c51e9f69acf9000 (diff)
Remove wcwidth and wcswidth declarations
These come in wchar.h
Diffstat (limited to 'src/utils')
-rwxr-xr-xsrc/utils/string.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/string.h b/src/utils/string.h
index 6922dd2..8bf109e 100755
--- a/src/utils/string.h
+++ b/src/utils/string.h
@@ -1,7 +1,5 @@
#include <wchar.h>
-int wcswidth(const wchar_t * s, size_t n);
-int wcwidth(const wchar_t wc);
int del_char(char * str, int posicion);
int del_wchar(wchar_t * str, int posicion);