diff options
Diffstat (limited to 'menuitems.h')
-rw-r--r-- | menuitems.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/menuitems.h b/menuitems.h index 20d1ebb..2454f95 100644 --- a/menuitems.h +++ b/menuitems.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: menuitems.h 1.19 2006/04/09 12:56:48 kls Exp $ + * $Id: menuitems.h 1.20 2006/04/14 10:01:47 kls Exp $ */ #ifndef __MENUITEMS_H @@ -17,7 +17,6 @@ extern const char *FileNameChars; class cMenuEditItem : public cOsdItem { private: char *name; - char *value; public: cMenuEditItem(const char *Name); ~cMenuEditItem(); |