From 79fe54e476fcdb7a770bffe6d4754f246db289d3 Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Mon, 7 Mar 2011 21:50:05 +0100 Subject: Dropped compatibility with VDR < 1.5.16 --- client/device.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'client/device.c') diff --git a/client/device.c b/client/device.c index 9e78f80..7f39bbe 100644 --- a/client/device.c +++ b/client/device.c @@ -49,9 +49,7 @@ cStreamdevDevice::~cStreamdevDevice() { Cancel(3); -#if APIVERSNUM >= 10515 StopSectionHandler(); -#endif DELETENULL(m_Filters); DELETENULL(m_TSBuffer); } -- cgit v1.2.3