diff options
Diffstat (limited to 'ci.h')
-rw-r--r-- | ci.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: ci.h 1.5 2003/04/18 12:41:48 kls Exp $ + * $Id: ci.h 1.6 2003/04/19 10:25:24 kls Exp $ */ #ifndef __CI_H @@ -80,7 +80,6 @@ class cCiHandler { private: cMutex mutex; int numSlots; - bool enabled; bool newCaSupport; cCiSession *sessions[MAX_CI_SESSION]; cCiTransportLayer *tpl; @@ -98,7 +97,6 @@ public: ~cCiHandler(); static cCiHandler *CreateCiHandler(const char *FileName); int NumSlots(void) { return numSlots; } - void SetEnabled(bool Enabled) { enabled = Enabled; } bool Process(void); bool EnterMenu(int Slot); cCiMenu *GetMenu(void); |