From faba818e1d0bd63a3c49491bb6c466422bad5395 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Fri, 19 Jan 2007 15:55:11 +0000 Subject: Comment out an unused function and make another one static to save a few bytes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12073 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/rbunicode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/include/rbunicode.h') diff --git a/firmware/include/rbunicode.h b/firmware/include/rbunicode.h index 66726d10b5..a9ab49f280 100644 --- a/firmware/include/rbunicode.h +++ b/firmware/include/rbunicode.h @@ -21,7 +21,6 @@ unsigned char* utf8encode(unsigned long ucs, unsigned char *utf8); unsigned char* iso_decode(const unsigned char *latin1, unsigned char *utf8, int cp, int count); unsigned char* utf16LEdecode(const unsigned char *utf16, unsigned char *utf8, int count); unsigned char* utf16BEdecode(const unsigned char *utf16, unsigned char *utf8, int count); -unsigned char* utf16decode(const unsigned char *utf16, unsigned char *utf8, unsigned int count); unsigned long utf8length(const unsigned char *utf8); const unsigned char* utf8decode(const unsigned char *utf8, unsigned short *ucs); void set_codepage(int cp); -- cgit v1.2.3