From e7d98d2ee679e9f4b0f5581ddbf62465523fba09 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 17 Sep 2005 14:30:18 +0200 Subject: Removed obsolete 'shift' code in device.[hc] --- device.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'device.h') 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), -- cgit v1.2.3