summaryrefslogtreecommitdiff
path: root/Src/Zle/zle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Zle/zle.h')
-rw-r--r--Src/Zle/zle.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h
index f56960734..200804c7d 100644
--- a/Src/Zle/zle.h
+++ b/Src/Zle/zle.h
@@ -71,8 +71,6 @@ typedef wint_t ZLE_INT_T;
#define ZC_tolower towlower
#define ZC_toupper towupper
-#define ZC_nicechar(c) wcs_nicechar(c, NULL, NULL)
-
#define LASTFULLCHAR lastchar_wide
#else /* Not MULTIBYTE_SUPPORT: old single-byte code */
@@ -100,8 +98,6 @@ typedef int ZLE_INT_T;
*/
#define ZMB_nicewidth niceztrlen
-#define ZC_nicechar nicechar
-
#ifdef __GNUC__
static inline size_t ZS_strlen(ZLE_STRING_T s)
{ return strlen((char*)s); }