diff options
Diffstat (limited to 'menuitems.h')
-rw-r--r-- | menuitems.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/menuitems.h b/menuitems.h index 0fe4713..0170f9b 100644 --- a/menuitems.h +++ b/menuitems.h @@ -4,12 +4,13 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menuitems.h 1.23 2008/01/26 15:52:53 kls Exp $ + * $Id: menuitems.h 1.25 2008/02/16 16:09:58 kls Exp $ */ #ifndef __MENUITEMS_H #define __MENUITEMS_H +#include <limits.h> #include "osdbase.h" extern const char *FileNameChars; @@ -159,17 +160,6 @@ public: virtual eOSState ProcessKey(eKeys Key); }; -class cMenuEditMapItem : public cMenuEditItem { -protected: - int *value; - const tChannelParameterMap *map; - const char *zeroString; - virtual void Set(void); -public: - cMenuEditMapItem(const char *Name, int *Value, const tChannelParameterMap *Map, const char *ZeroString = NULL); - virtual eOSState ProcessKey(eKeys Key); - }; - class cPlugin; class cMenuSetupPage : public cOsdMenu { |