summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-16 13:47:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-16 13:47:37 +0200
commitd7482c8fed54652a3150d78b35419dc8c832f074 (patch)
tree2a07a2095a18cf4a32b158f8108ee0e89133a4df /device.c
parentb60120161a69e689a39d89c608265faa52785285 (diff)
downloadvdr-d7482c8fed54652a3150d78b35419dc8c832f074.tar.gz
vdr-d7482c8fed54652a3150d78b35419dc8c832f074.tar.bz2
Avoiding unnecessary section filter start/stops
Diffstat (limited to 'device.c')
-rw-r--r--device.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/device.c b/device.c
index 1813df8a..0e6de7c4 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c 1.57 2004/10/09 12:53:02 kls Exp $
+ * $Id: device.c 1.58 2004/10/16 13:41:23 kls Exp $
*/
#include "device.h"
@@ -314,7 +314,6 @@ void cDevice::StartSectionHandler(void)
AttachFilter(patFilter = new cPatFilter);
AttachFilter(sdtFilter = new cSdtFilter(patFilter));
AttachFilter(nitFilter = new cNitFilter);
- sectionHandler->SetStatus(true);
}
}