From: David Lawrence Ramsey Date: Sun, 24 Jul 2005 19:59:54 +0000 (+0000) Subject: remove erroneous static declaration of fill; it's global now, since X-Git-Tag: v1.3.9~126 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4e5e1ae1a3b17582ed23245b37771710b5d5d3f9;p=nano.git remove erroneous static declaration of fill; it's global now, since text.c needs it too git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2920 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/nano.c b/src/nano.c index 45750e70..b87fea07 100644 --- a/src/nano.c +++ b/src/nano.c @@ -49,10 +49,6 @@ #include #endif -#ifndef DISABLE_WRAPJUSTIFY -static ssize_t fill = 0; /* Fill - where to wrap lines */ -#endif - static struct termios oldterm; /* The user's original term settings */ static struct sigaction act; /* For all our fun signal handlers */