summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index c3ea7516a8..9d8fa4f126 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -11,8 +11,6 @@
* <1> -/--/-- JS Created
*/
-#ifdef USE_MACROS
-
#ifndef MACRO_H
#define MACRO_H
@@ -51,15 +49,3 @@ bool is_userfunction(int key);
const char *get_userfunction(int key);
#endif
-
-#else
-
-#define getch_with_command_macros() getch()
-#define getchm(x) getch()
-#define flush_input_buffer(XXX) ;
-#define macro_buf_add(x)
-#define is_userfunction(x) false
-#define get_userfunction(x) NULL
-#define call_userfunction(x)
-
-#endif