summaryrefslogtreecommitdiff
path: root/src/tty.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/tty.sh')
-rw-r--r--src/tty.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tty.sh b/src/tty.sh
index 407919c..67e51d8 100644
--- a/src/tty.sh
+++ b/src/tty.sh
@@ -93,10 +93,7 @@ exit 0
# include <sys/strredir.h>
#endif
-extern struct display *display, *displays;
-extern int iflag;
#if (!defined(TIOCCONS) && defined(SRIOCSREDIR)) || defined(linux)
-extern struct win *console_window;
static void consredir_readev_fn (struct event *, char *);
#endif