]> git.wh0rd.org Git - nano.git/commitdiff
remove resetstatuspos prototype left over from when it was global
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 14 Oct 2004 20:36:47 +0000 (20:36 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 14 Oct 2004 20:36:47 +0000 (20:36 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1986 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/proto.h

index 864feb1939c364a5e5a1da766beb1211f94c1351..c88e45d8a19db3da7f7ba6252adf5e6acc26623d 100644 (file)
@@ -82,7 +82,6 @@ extern char *full_operating_dir;
 extern char *alt_speller;
 #endif
 
-extern bool resetstatuspos;
 extern struct stat fileinfo;
 extern filestruct *current, *fileage, *edittop, *filebot;
 extern filestruct *cutbuffer;