summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/utf8.h')
-rw-r--r--src/lib/util/utf8.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/util/utf8.h b/src/lib/util/utf8.h
index 94aff4e45e6..5ef459d94a0 100644
--- a/src/lib/util/utf8.h
+++ b/src/lib/util/utf8.h
@@ -12,11 +12,6 @@
#define MAME_LIB_UTIL_UTF8_H
// these are UTF-8 encoded strings for common characters
-#define UTF8_NBSP "\xc2\xa0" /* non-breaking space */
-
-#define UTF8_MULTIPLY "\xc3\x97" /* multiplication sign */
-#define UTF8_DEGREES "\xc2\xb0" /* degrees symbol */
-
#define UTF8_LEFT "\xe2\x86\x90" /* cursor left */
#define UTF8_RIGHT "\xe2\x86\x92" /* cursor right */
#define UTF8_UP "\xe2\x86\x91" /* cursor up */