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-08 15:17:58 +0100
commit1568e1e2abdb65019ce49d7a8bafbc7d16f03970 (patch)
treee29f65b3d4b65b2d9de33efb096ffa28e217dea6 /src/utils
parent70e7c79e068a26274b081a74c4abba248caab2fe (diff)
Remove wcwidth and wcswidth declarations
These come in wchar.h
Diffstat (limited to 'src/utils')
-rwxr-xr-xsrc/utils/string.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/string.h b/src/utils/string.h
index 4dab3f9..8bf109e 100755
--- a/src/utils/string.h
+++ b/src/utils/string.h
@@ -1,8 +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);