summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/tvi_vbi.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/stream/tvi_vbi.c b/stream/tvi_vbi.c
index 82d3b86faa..a7ea54a494 100644
--- a/stream/tvi_vbi.c
+++ b/stream/tvi_vbi.c
@@ -262,17 +262,7 @@ static unsigned int latin_subchars[8][13]={
};
static int lang2id (int lang){
- switch(lang){
- case 0:
- return LAT_UNI;
- case 3: /* Stub. My teletext provider (1TV, Russia) sets this this language
- code for russian teletext pages
- TODO: make this configurable
- */
- return RUS_UNI;
- default:
- return LAT_UNI;
- }
+ return LAT_UNI;
}
/**