summaryrefslogtreecommitdiff
path: root/text2skin.c
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2009-05-16 00:12:20 +0200
committerThomas Günther <tom@toms-cafe.de>2009-05-16 00:12:20 +0200
commit28a6a2db0c02e6b87b4b8a3a189a24f7c840f9c6 (patch)
treea686b75a092365e449a9db53161d6462a1985d60 /text2skin.c
parenta056f044df6abf32ce5fb663cf5ad302acbe46b8 (diff)
downloadvdr-plugin-text2skin-28a6a2db0c02e6b87b4b8a3a189a24f7c840f9c6.tar.gz
vdr-plugin-text2skin-28a6a2db0c02e6b87b4b8a3a189a24f7c840f9c6.tar.bz2
Revert "Make compatible with VDR >= 1.5.7."
This reverts commit 5a745217debc3e82d153c7cb2325a15686a97eee.
Diffstat (limited to 'text2skin.c')
-rw-r--r--text2skin.c4
1 files changed, 0 insertions, 4 deletions
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;
}