X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/3e86079f87a6ad5bc7d11d5308c053c900a91ae9..6ae18debc04dd13eade6226d481abaa532c1dedf:/wcwidth.c diff --git a/wcwidth.c b/wcwidth.c index 9f231112..f76fd862 100644 --- a/wcwidth.c +++ b/wcwidth.c @@ -144,7 +144,7 @@ int wcswidth(const wchar_t *pwcs, size_t n) return width; } - +#if 0 /* RDB: we don't need the cjk version */ /* * The following function is the same as wcwidth(), except that * spacing characters in the East Asian Ambiguous (A) category as @@ -231,3 +231,4 @@ int wcswidth_cjk(const wchar_t *pwcs, size_t n) return width; } +#endif