summaryrefslogtreecommitdiffstats
path: root/src/input.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-05 10:41:32 -0300
committermongo <andmarti@gmail.com>2017-04-05 10:41:32 -0300
commit5b1baaddf351a5d4c24789f109cf5bfa17d62586 (patch)
tree42013d37458c7796f188bca16efe0c10441a0bcd /src/input.h
parent90cfe76112a21eb112cf87b5a5f010192d6de385 (diff)
more cleaning
Diffstat (limited to 'src/input.h')
-rw-r--r--src/input.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input.h b/src/input.h
index 346afae..d8b75e0 100644
--- a/src/input.h
+++ b/src/input.h
@@ -4,7 +4,6 @@
extern int multiplier; // Multiplier
extern int command_pending; // Command pending
-extern WINDOW * input_win;
extern struct block * lastcmd_buffer;
#ifdef HISTORY_FILE
extern struct history * commandline_history;