From 738c37cdcf568103f4a87c2d81228b483a09d1b8 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 1 Apr 2007 13:09:22 +0000 Subject: Player: Reduced the selectable codepages to those which can actually work, and made them work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12990 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/rbunicode.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'firmware/include') 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 @@ * http://en.wikipedia.org/wiki/Unicode */ -#define CODEPAGE_DIR "/.rockbox/codepages" - -#define MAX_CP_TABLE_SIZE 32768 - #define MASK 0xC0 /* 11000000 */ #define COMP 0x80 /* 10x */ -- cgit v1.2.3