diff options
Diffstat (limited to 'menu_commands.c')
-rw-r--r-- | menu_commands.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/menu_commands.c b/menu_commands.c index aef97b1..88b7b64 100644 --- a/menu_commands.c +++ b/menu_commands.c @@ -45,9 +45,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch cMenuSearchCommands::cMenuSearchCommands(const char *Title, const cEvent* Event, bool DirectCall, cSearchExt* Search) :cOsdMenu(Title) { -#if VDRVERSNUM >= 10728 SetMenuCategory(mcCommand); -#endif directCall = DirectCall; SetHasHotkeys(); |