summaryrefslogtreecommitdiff
path: root/src/string_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_util.c')
-rw-r--r--src/string_util.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/string_util.c b/src/string_util.c
index 221319ae3..a2d2d9cd2 100644
--- a/src/string_util.c
+++ b/src/string_util.c
@@ -1,13 +1,6 @@
#include "global.h"
#include "string_util.h"
-#define CHAR_SPACE 0x00
-#define CHAR_QUESTION_MARK 0xAC
-
-#define EXT_CTRL_CODE_BEGIN 0xFC // extended control code
-#define PLACEHOLDER_BEGIN 0xFD // string placeholder
-#define EOS 0xFF // end of string
-
#define MAX_PLACEHOLDER_ID 0xD
typedef u8 *(*ExpandPlaceholderFunc)();