summaryrefslogtreecommitdiff
path: root/macros/enum.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/enum.asm')
-rw-r--r--macros/enum.asm8
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/enum.asm b/macros/enum.asm
index 41d1da167..8fe5b5343 100644
--- a/macros/enum.asm
+++ b/macros/enum.asm
@@ -41,11 +41,3 @@ shift_const: MACRO
\1 EQU (1 << const_value)
const_value = const_value + 1
ENDM
-
-; Enumerate strings
-
-define: MACRO
-if !DEF(\1)
-\1 EQUS \2
-endc
-ENDM