From 28a6a2db0c02e6b87b4b8a3a189a24f7c840f9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Sat, 16 May 2009 00:12:20 +0200 Subject: Revert "Make compatible with VDR >= 1.5.7." This reverts commit 5a745217debc3e82d153c7cb2325a15686a97eee. --- text2skin.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'text2skin.c') diff --git a/text2skin.c b/text2skin.c index 1fd407e..be63af4 100644 --- a/text2skin.c +++ b/text2skin.c @@ -25,11 +25,7 @@ cText2SkinPlugin::~cText2SkinPlugin() { bool cText2SkinPlugin::Start(void) { RegisterI18n(Phrases); -#if VDRVERSNUM >= 10507 - Text2SkinStatus.SetLanguage(I18nCurrentLanguage()); -#else Text2SkinStatus.SetLanguage(Setup.OSDLanguage); -#endif cText2SkinLoader::Start(); return true; } -- cgit v1.2.3