diff --git a/nano.c b/nano.c index 1278f4dddf00e4a8e0faeadeff8f486a0ce55299..d5aba3241790dbd3723ea72a7a775e781f3bd623 100644 --- a/nano.c +++ b/nano.c @@ -64,7 +64,6 @@ int temp_opt = 0; /* Editing temp file (pico -t option) */ int fill = 0; /* Fill - where to wrap lines, basically */ static char *alt_speller; /* Alternative spell command */ struct termios oldterm; /* The user's original term settings */ -static char *alt_speller; /* Alternative spell command */ static char *help_text_init = ""; /* Initial message, not including shortcuts */