remove declaration of the now-static char* prompt

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3061 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
David Lawrence Ramsey 2005-10-28 17:14:11 +00:00
parent f726053325
commit 26f61a4503
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ extern char *backup_dir;
#endif
extern WINDOW *topwin, *edit, *bottomwin;
extern char *prompt, *answer;
extern char *answer;
#ifndef DISABLE_HELP
extern char *help_text;
#endif