summaryrefslogtreecommitdiff
path: root/pico/edef.h
diff options
context:
space:
mode:
Diffstat (limited to 'pico/edef.h')
-rw-r--r--pico/edef.h2
1 files changed, 0 insertions, 2 deletions
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 */