summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/menu.h b/menu.h
index f327811..9d0ecbd 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h 1.71 2005/08/27 09:37:33 kls Exp $
+ * $Id: menu.h 1.73 2005/09/03 11:41:41 kls Exp $
*/
#ifndef __MENU_H
@@ -55,12 +55,11 @@ public:
class cMenuMain : public cOsdMenu {
private:
- time_t lastActivity;
bool replaying;
static cOsdObject *pluginOsdObject;
- void Set(const char *Plugin = NULL);
+ void Set(void);
public:
- cMenuMain(bool Replaying, eOSState State = osUnknown, const char *Plugin = NULL);
+ cMenuMain(bool Replaying, eOSState State = osUnknown);
virtual eOSState ProcessKey(eKeys Key);
static cOsdObject *PluginOsdObject(void);
};
@@ -120,7 +119,6 @@ public:
class cMenuCam : public cOsdMenu {
private:
cCiMenu *ciMenu;
- time_t lastActivity;
bool selected;
eOSState Select(void);
public:
@@ -132,7 +130,6 @@ public:
class cMenuCamEnquiry : public cOsdMenu {
private:
cCiEnquiry *ciEnquiry;
- time_t lastActivity;
char *input;
bool replied;
eOSState Reply(void);