summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-17 14:30:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-17 14:30:18 +0200
commite7d98d2ee679e9f4b0f5581ddbf62465523fba09 (patch)
treeeb5d0e522bd6b116f056664e1c4fe0e1fcc43895 /device.h
parent13249f12f2610c780605b496c68e2db44fc0e37e (diff)
downloadvdr-e7d98d2ee679e9f4b0f5581ddbf62465523fba09.tar.gz
vdr-e7d98d2ee679e9f4b0f5581ddbf62465523fba09.tar.bz2
Removed obsolete 'shift' code in device.[hc]
Diffstat (limited to 'device.h')
-rw-r--r--device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/device.h b/device.h
index 484f0be5..d13b896c 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 1.64 2005/09/10 11:54:02 kls Exp $
+ * $Id: device.h 1.65 2005/09/17 14:29:28 kls Exp $
*/
#ifndef __DEVICE_H
@@ -485,7 +485,6 @@ public:
private:
cMutex mutexReceiver;
cReceiver *receiver[MAXRECEIVERS];
- int CanShift(int Ca, int Priority, int UsedCards = 0) const;
protected:
int Priority(void) const;
///< Returns the priority of the current receiving session (0..MAXPRIORITY),