aboutsummaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/vis.c b/vis.c
index 25b2ba0..5d8357d 100644
--- a/vis.c
+++ b/vis.c
@@ -38,13 +38,6 @@
#include "util.h"
#include "map.h"
-#ifdef PDCURSES
-int ESCDELAY;
-#endif
-#ifndef NCURSES_REENTRANT
-# define set_escdelay(d) (ESCDELAY = (d))
-#endif
-
typedef union {
bool b;
int i;