From a46157ba61f2c65f88b42abb31db60c4a714f87b Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 31 May 2013 17:16:44 -0600 Subject: * somehow all.patch got here. Reversing. --- pico/edef.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'pico/edef.h') diff --git a/pico/edef.h b/pico/edef.h index bea0ed1e..209a4600 100644 --- a/pico/edef.h +++ b/pico/edef.h @@ -32,7 +32,6 @@ /* initialized global definitions */ -int sendnow = 0; /* should we send now */ int fillcol = 72; /* Current fill column */ int userfillcol = -1; /* Fillcol set from cmd line */ UCS pat[NPAT]; /* Search pattern */ @@ -85,7 +84,6 @@ void *input_cs; /* passed to mbtow() via kbseq() */ /* initialized global external declarations */ -extern int sendnow; /* should we send now */ extern int fillcol; /* Fill column */ extern int userfillcol; /* Fillcol set from cmd line */ extern UCS pat[]; /* Search pattern */ -- cgit v1.2.3-54-g00ecf