summaryrefslogtreecommitdiff
path: root/receiver.c
diff options
context:
space:
mode:
Diffstat (limited to 'receiver.c')
-rw-r--r--receiver.c16
1 files changed, 1 insertions, 15 deletions
diff --git a/receiver.c b/receiver.c
index f545c197..bde60e46 100644
--- a/receiver.c
+++ b/receiver.c
@@ -4,27 +4,13 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: receiver.c 2.6 2012/03/31 10:15:26 kls Exp $
+ * $Id: receiver.c 2.7 2012/06/02 13:20:38 kls Exp $
*/
#include "receiver.h"
#include <stdio.h>
#include "tools.h"
-#ifdef LEGACY_CRECEIVER
-cReceiver::cReceiver(tChannelID ChannelID, int Priority, int Pid, const int *Pids1, const int *Pids2, const int *Pids3)
-{
- device = NULL;
- channelID = ChannelID;
- priority = constrain(Priority, MINPRIORITY, MAXPRIORITY);
- numPids = 0;
- AddPid(Pid);
- AddPids(Pids1);
- AddPids(Pids2);
- AddPids(Pids3);
-}
-#endif
-
cReceiver::cReceiver(const cChannel *Channel, int Priority)
{
device = NULL;