From: Michael Elkins Date: Thu, 20 Dec 2012 22:40:41 +0000 (-0800) Subject: remove extern decl for Charset_is_utf8 since menu.c includes mbyte.h which has the... X-Git-Tag: neomutt-20160307~218 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a33b94000226e3af5685adf3a810f62d1d1531f7;p=neomutt remove extern decl for Charset_is_utf8 since menu.c includes mbyte.h which has the same decl. --- diff --git a/menu.c b/menu.c index 2492e1e94..8783ad502 100644 --- a/menu.c +++ b/menu.c @@ -28,8 +28,6 @@ #include #include -extern int Charset_is_utf8; /* FIXME: bad modularisation */ - extern size_t UngetCount; char* SearchBuffers[MENU_MAX];