diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-14 10:02:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-14 10:02:43 +0200 |
commit | b1dad5cb3c01877638086761cf6119d8b4e4db63 (patch) | |
tree | 3f9e5936fbd4b2cc06df58f50d2a9769be0a5067 /menuitems.h | |
parent | a45c1c9a28654a216db8b9b57d897c4010ce6b13 (diff) | |
download | vdr-b1dad5cb3c01877638086761cf6119d8b4e4db63.tar.gz vdr-b1dad5cb3c01877638086761cf6119d8b4e4db63.tar.bz2 |
Removed the unnecessary 'value' member from cMenuEditItem
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 f993e6cf..2454f95a 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:05:05 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(); |