summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2023-01-08 15:34:48 -0500
committer AJR <ajrhacker@users.noreply.github.com>2023-01-08 15:34:48 -0500
commit0bd05c5e8f75ef5843e46fd02e873092d114754a (patch)
treef056dc58b5d4bd15b689e5359b1acf771acc6be1 /src
parent74664b55aaf4fe1f960f4622ca078fed2bc09eda (diff)
debugcon.h: Remove long-obsolete macros
Diffstat (limited to 'src')
-rw-r--r--src/emu/debug/debugcon.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/emu/debug/debugcon.h b/src/emu/debug/debugcon.h
index 5339ec69e69..a5e9950ae78 100644
--- a/src/emu/debug/debugcon.h
+++ b/src/emu/debug/debugcon.h
@@ -30,10 +30,6 @@ constexpr u32 CMDFLAG_NONE = 0x0000;
constexpr u32 CMDFLAG_KEEP_QUOTES = 0x0001;
constexpr u32 CMDFLAG_CUSTOM_HELP = 0x0002;
-// parameter separator macros
-#define CMDPARAM_SEPARATOR "\0"
-#define CMDPARAM_TERMINATOR "\0\0"
-
/***************************************************************************