diff options
author | Frank Schmirler <vdr@schmirler.de> | 2011-03-07 21:50:05 +0100 |
---|---|---|
committer | root <root@schleppi.(none)> | 2011-03-07 22:05:36 +0100 |
commit | 79fe54e476fcdb7a770bffe6d4754f246db289d3 (patch) | |
tree | f966f67f3c14c78dd68a5ea10c0a1e98e4695840 /client/device.c | |
parent | d37f1f7d0fafd23f8bb01e9ed439810421aa2f81 (diff) | |
download | vdr-plugin-streamdev-79fe54e476fcdb7a770bffe6d4754f246db289d3.tar.gz vdr-plugin-streamdev-79fe54e476fcdb7a770bffe6d4754f246db289d3.tar.bz2 |
Dropped compatibility with VDR < 1.5.16
Diffstat (limited to 'client/device.c')
-rw-r--r-- | client/device.c | 2 |
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); } |