From 2719dbd22452b0d6b3bfc776819ef1d805dfebcf Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Sun, 7 May 2017 11:17:04 +0200 Subject: Drop legacy code prior VDR 2.0.0 --- epgsearchtools.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'epgsearchtools.c') diff --git a/epgsearchtools.c b/epgsearchtools.c index 09ad7b3..7c09243 100644 --- a/epgsearchtools.c +++ b/epgsearchtools.c @@ -997,7 +997,6 @@ long getAddrFromString(const char* hostnameOrIp, struct sockaddr_in* addr) } } -#if VDRVERSNUM >= 10712 char *cCommand::result = NULL; cCommand::cCommand(void) @@ -1060,4 +1059,3 @@ const char *cCommand::Execute(const char *Parameters) esyslog("ERROR: can't open pipe for command '%s'", cmd); return result; } -#endif -- cgit v1.2.3