remove a line that sneaked in from some tests

svn path=/trunk/; revision=54116
This commit is contained in:
Martin Kaiser 2013-12-15 12:51:33 +00:00
parent 9818914d78
commit f98af2794b
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ dvb_enc_to_item_enc(dvb_encoding_e encoding)
e.g. 0x86 - turn emphasis on ; 0x87 - turn emphasis off */
switch (encoding) {
case DVB_ENCODING_ISO_8859_9:
case DVB_ENCODING_EXT_ISO_8859_2:
return ENC_ISO_8859_2 | ENC_NA;