summaryrefslogtreecommitdiff
path: root/client/device.c
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2011-03-07 21:50:05 +0100
committerroot <root@schleppi.(none)>2011-03-07 22:05:36 +0100
commit2cb0ba6cf128f9263ff5d1d4695546dab84da768 (patch)
treef966f67f3c14c78dd68a5ea10c0a1e98e4695840 /client/device.c
parentee7929bd39101f877ee731c96c457b5e38565b37 (diff)
downloadvdr-plugin-streamdev-2cb0ba6cf128f9263ff5d1d4695546dab84da768.tar.gz
vdr-plugin-streamdev-2cb0ba6cf128f9263ff5d1d4695546dab84da768.tar.bz2
Dropped compatibility with VDR < 1.5.16
Diffstat (limited to 'client/device.c')
-rw-r--r--client/device.c2
1 files changed, 0 insertions, 2 deletions
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);
}