From 4c5fd51e7445d0288160aa2495a60b6847d759e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 14 Sep 2011 21:06:49 +0300 Subject: Remove miscellaneous obsolete VDR < 1.6.0 code. --- menu_commands.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'menu_commands.c') diff --git a/menu_commands.c b/menu_commands.c index ab0ef99..a732f09 100644 --- a/menu_commands.c +++ b/menu_commands.c @@ -74,11 +74,7 @@ cMenuSearchCommands::~cMenuSearchCommands() void cMenuSearchCommands::LoadCommands() { -#if APIVERSNUM >= 10507 const char* szLanguageCode = I18nLanguageCode(I18nCurrentLanguage()); -#else - const char* szLanguageCode = I18nLanguageCode(Setup.OSDLanguage); -#endif char *pstrSearchToken, *pptr; char *pstrSearch=strdup(szLanguageCode); -- cgit v1.2.3