]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - terminal.c
Put prototypes for the functions exported by wcwidth.c in putty.h, and remove
[PuTTY.git] / terminal.c
index c7d05c5004b201e221d37ed848e578f0e753a7bc..3fcff47f29874b71f1563b7ca46000607323bcf8 100644 (file)
@@ -1542,7 +1542,6 @@ void term_out(Terminal *term)
                    term->logctx)
                    logtraffic(term->logctx, (unsigned char) c, LGTYP_ASCII);
                {
-                   extern int wcwidth(wchar_t ucs);
                    int width = 0;
                    if (DIRECT_CHAR(c))
                        width = 1;