summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-16 10:03:04 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-16 10:03:04 +0100
commitd9cfa43d8529ea9422771d5cd744d5e20a3b5c93 (patch)
tree5ff8bb2011c37f4551cd18c16c054e204168be52 /menu.h
parentf9a3885ef2d21cef30180f2a90a0a305981a27c6 (diff)
downloadvdr-d9cfa43d8529ea9422771d5cd744d5e20a3b5c93.tar.gz
vdr-d9cfa43d8529ea9422771d5cd744d5e20a3b5c93.tar.bz2
Grouped the Setup parameters into several sub-menus
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/menu.h b/menu.h
index a5ea0e12..ae46d02f 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.39 2002/03/09 15:54:24 kls Exp $
+ * $Id: menu.h 1.40 2002/03/16 09:51:10 kls Exp $
*/
#ifndef _MENU_H
@@ -17,9 +17,8 @@
class cMenuMain : public cOsdMenu {
private:
time_t lastActivity;
- int digit;
bool replaying;
- const char *hk(const char *s);
+ void Set(void);
public:
cMenuMain(bool Replaying, eOSState State = osUnknown);
virtual eOSState ProcessKey(eKeys Key);