summaryrefslogtreecommitdiff
path: root/tools/iconv.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iconv.h')
-rw-r--r--tools/iconv.h6
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;