summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-03 11:51:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-03 11:51:54 +0200
commit7148cf452c440d6f7ee753866275968188094fbc (patch)
tree6f0b19ccac857ab2bb3fb33d687abd71d066c724 /menu.h
parent45a29e5b1614359d09aa3e69b8928fcfeebc84a2 (diff)
downloadvdr-7148cf452c440d6f7ee753866275968188094fbc.tar.gz
vdr-7148cf452c440d6f7ee753866275968188094fbc.tar.bz2
The menu timeout handling is now done centrally in the main program loop
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/menu.h b/menu.h
index 5846469b..9d0ecbd9 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.72 2005/09/03 10:33:17 kls Exp $
+ * $Id: menu.h 1.73 2005/09/03 11:41:41 kls Exp $
*/
#ifndef __MENU_H
@@ -55,7 +55,6 @@ public:
class cMenuMain : public cOsdMenu {
private:
- time_t lastActivity;
bool replaying;
static cOsdObject *pluginOsdObject;
void Set(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);