]> git.wh0rd.org Git - nano.git/commitdiff
remove erroneous static declaration of fill; it's global now, since
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 24 Jul 2005 19:59:54 +0000 (19:59 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 24 Jul 2005 19:59:54 +0000 (19:59 +0000)
text.c needs it too

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2920 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/nano.c

index 45750e70b54229784202a061f894aca5a856ef31..b87fea078baf3c9a45d8c3a694763b51eb27de3b 100644 (file)
 #include <setjmp.h>
 #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 */