summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/macro.cc')
-rw-r--r--crawl-ref/source/macro.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/macro.cc b/crawl-ref/source/macro.cc
index 2e322e4143..6a4783519f 100644
--- a/crawl-ref/source/macro.cc
+++ b/crawl-ref/source/macro.cc
@@ -30,7 +30,6 @@
#include "AppHdr.h"
-#ifdef USE_MACROS
#define MACRO_CC
#include "macro.h"
@@ -739,5 +738,3 @@ void macro_userfn(const char *keys, const char *regname)
// to happen in a hurry.
}
#endif
-
-#endif