diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-07 11:17:04 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-07 12:15:27 +0200 |
commit | 2719dbd22452b0d6b3bfc776819ef1d805dfebcf (patch) | |
tree | 209006c150e9c235dda33242255006684afdbfa9 /menu_commands.c | |
parent | b15148e6d8ca550fab57e21e0dac4ea766b12ecd (diff) | |
download | vdr-plugin-epgsearch-2719dbd22452b0d6b3bfc776819ef1d805dfebcf.tar.gz vdr-plugin-epgsearch-2719dbd22452b0d6b3bfc776819ef1d805dfebcf.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 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(); |