summaryrefslogtreecommitdiff
path: root/src/hexen/am_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/am_map.h')
-rw-r--r--src/hexen/am_map.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/hexen/am_map.h b/src/hexen/am_map.h
index 803add40..1be272a0 100644
--- a/src/hexen/am_map.h
+++ b/src/hexen/am_map.h
@@ -78,30 +78,6 @@
#define XHAIRCOLORS GRAYS
// drawing stuff
-#define FB 0
-
-#define KEY_TAB 9
-#define AM_PANDOWNKEY KEY_DOWNARROW
-#define AM_PANUPKEY KEY_UPARROW
-#define AM_PANRIGHTKEY KEY_RIGHTARROW
-#define AM_PANLEFTKEY KEY_LEFTARROW
-//#define AM_PANDOWNKEY SC_DOWNARROW
-//#define AM_PANUPKEY SC_UPARROW
-//#define AM_PANRIGHTKEY SC_RIGHTARROW
-//#define AM_PANLEFTKEY SC_LEFTARROW
-
-#define AM_ZOOMINKEY '='
-//#define AM_ZOOMINKEY 13
-//#define AM_ZOOMOUTKEY 12
-#define AM_ZOOMOUTKEY '-'
-#define AM_STARTKEY KEY_TAB
-#define AM_ENDKEY KEY_TAB
-#define AM_GOBIGKEY '0'
-//#define AM_GOBIGKEY 11
-//#define AM_FOLLOWKEY 33
-//#define AM_GRIDKEY 34
-#define AM_FOLLOWKEY 'f'
-#define AM_GRIDKEY 'g'
#define AM_NUMMARKPOINTS 10