summaryrefslogtreecommitdiff
path: root/firmware/include
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include')
-rw-r--r--firmware/include/rbunicode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/rbunicode.h b/firmware/include/rbunicode.h
index 1d4bc43..0e12890 100644
--- a/firmware/include/rbunicode.h
+++ b/firmware/include/rbunicode.h
@@ -15,7 +15,6 @@
#define MASK 0xC0 /* 11000000 */
#define COMP 0x80 /* 10x */
-extern int codepage;
/* Encode a UCS value as UTF-8 and return a pointer after this UTF-8 char. */
unsigned char* utf8encode(unsigned long ucs, unsigned char *utf8);