summaryrefslogtreecommitdiff
path: root/src/string_util.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-02-03 00:26:25 -0800
committerYamaArashi <shadow962@live.com>2016-02-03 00:26:25 -0800
commit5fd538d1802b2ae9e3e854140f68cb45fe50e97a (patch)
treea7d3cc4b70435a6cc4a94b4497307393d743f28d /src/string_util.c
parent6f965a9eca507c27049fbd90a57f620b63c92d6d (diff)
RTC code/data
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)();