diff options
author | rofafor <rofafor> | 2008-11-20 11:48:44 +0000 |
---|---|---|
committer | rofafor <rofafor> | 2008-11-20 11:48:44 +0000 |
commit | a912f80ef1c1c720f985ea2d0df75bdbf1419edb (patch) | |
tree | 6d198dd6ea90cd83c39229887b701eb698fbc956 /tools/iconv.h | |
parent | 8fb31e5479d92e3c18cb1feb3dc099496698f975 (diff) | |
download | xineliboutput-a912f80ef1c1c720f985ea2d0df75bdbf1419edb.tar.gz xineliboutput-a912f80ef1c1c720f985ea2d0df75bdbf1419edb.tar.bz2 |
Removed backwards compatibility.
Diffstat (limited to 'tools/iconv.h')
-rw-r--r-- | tools/iconv.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/iconv.h b/tools/iconv.h index be7647b6..a0462f99 100644 --- a/tools/iconv.h +++ b/tools/iconv.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: iconv.h,v 1.6 2008-09-22 10:56:31 phintuka Exp $ + * $Id: iconv.h,v 1.7 2008-11-20 11:46:31 rofafor Exp $ * */ @@ -40,11 +40,7 @@ cIConv::cIConv(const char *SrcCharset, const char * DstCharset) if(!SrcCharset) SrcCharset = "UTF-8"; if(!DstCharset) { -#if APIVERSNUM >= 10503 DstCharset = cCharSetConv::SystemCharacterTable(); -#else - DstCharset = I18nCharSets()[Setup.OSDLanguage]; -#endif } m_ic = (iconv_t)-1; |