summaryrefslogtreecommitdiff
path: root/firmware/include/rbunicode.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/rbunicode.h')
-rw-r--r--firmware/include/rbunicode.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/include/rbunicode.h b/firmware/include/rbunicode.h
index a9ab49f280..6e61905685 100644
--- a/firmware/include/rbunicode.h
+++ b/firmware/include/rbunicode.h
@@ -8,10 +8,6 @@
8 * http://en.wikipedia.org/wiki/Unicode 8 * http://en.wikipedia.org/wiki/Unicode
9 */ 9 */
10 10
11#define CODEPAGE_DIR "/.rockbox/codepages"
12
13#define MAX_CP_TABLE_SIZE 32768
14
15#define MASK 0xC0 /* 11000000 */ 11#define MASK 0xC0 /* 11000000 */
16#define COMP 0x80 /* 10x */ 12#define COMP 0x80 /* 10x */
17 13