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 */