summaryrefslogtreecommitdiff
path: root/menu_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_commands.c')
-rw-r--r--menu_commands.c4
1 files changed, 0 insertions, 4 deletions
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);