diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-17 14:30:18 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-09-17 14:30:18 +0200 |
commit | e7d98d2ee679e9f4b0f5581ddbf62465523fba09 (patch) | |
tree | eb5d0e522bd6b116f056664e1c4fe0e1fcc43895 /device.h | |
parent | 13249f12f2610c780605b496c68e2db44fc0e37e (diff) | |
download | vdr-e7d98d2ee679e9f4b0f5581ddbf62465523fba09.tar.gz vdr-e7d98d2ee679e9f4b0f5581ddbf62465523fba09.tar.bz2 |
Removed obsolete 'shift' code in device.[hc]
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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), |