diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-07 11:17:04 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-07 11:17:04 +0200 |
commit | 089dacafdf8b91155486e10e4cb32a791a771182 (patch) | |
tree | fb9b44bd792790b639f258db137d7cb138368252 /menu_commands.c | |
parent | 2697e779f4034db48f342835cd40269693a2aacd (diff) | |
download | vdr-plugin-epgsearch-089dacafdf8b91155486e10e4cb32a791a771182.tar.gz vdr-plugin-epgsearch-089dacafdf8b91155486e10e4cb32a791a771182.tar.bz2 |
Drop legacy code prior VDR 2.0.0
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 174cf7f..f15d9a6 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(); |