summaryrefslogtreecommitdiff
path: root/eitscan.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-01-17 13:13:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-01-17 13:13:47 +0100
commit004b82d3d44a2fdf455ec5f6f8f95dd7bc3ad659 (patch)
tree53ead213867e1b1a6cbb29124c25b74f6096e8fd /eitscan.h
parent12d9883261ebdc7c1b8157ad07d27a4a62a0d7ab (diff)
downloadvdr-004b82d3d44a2fdf455ec5f6f8f95dd7bc3ad659.tar.gz
vdr-004b82d3d44a2fdf455ec5f6f8f95dd7bc3ad659.tar.bz2
The EPG scan now scans newly found transponders together with already existing ones
Diffstat (limited to 'eitscan.h')
-rw-r--r--eitscan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/eitscan.h b/eitscan.h
index d6837945..8685898f 100644
--- a/eitscan.h
+++ b/eitscan.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: eitscan.h 1.6 2004/01/11 14:11:25 kls Exp $
+ * $Id: eitscan.h 1.7 2004/01/17 13:13:47 kls Exp $
*/
#ifndef __EITSCAN_H
@@ -24,7 +24,6 @@ private:
time_t lastScan, lastActivity;
cDevice *currentDevice;
int currentChannel;
- int numScan;
cScanList *scanList;
cTransponderList *transponderList;
public: