summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-23 09:40:38 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-23 09:40:38 +0200
commitd10624fbcac3a4e480543c40f09faea31561414c (patch)
treef8f16538e1ce523cd4747add2508b860db5105cd /menu.c
parentd5533f20143ccafe62071464421bae925fcf90b7 (diff)
downloadvdr-d10624fbcac3a4e480543c40f09faea31561414c.tar.gz
vdr-d10624fbcac3a4e480543c40f09faea31561414c.tar.bz2
Moved the declaration of cMenuText to VDR/menu.h to make it available to plugins
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/menu.c b/menu.c
index f3b2eb1c..3c86c193 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.302 2004/05/22 13:23:22 kls Exp $
+ * $Id: menu.c 1.303 2004/05/23 09:39:09 kls Exp $
*/
#include "menu.h"
@@ -499,15 +499,6 @@ eOSState cMenuChannels::ProcessKey(eKeys Key)
// --- cMenuText -------------------------------------------------------------
-class cMenuText : public cOsdMenu {
-private:
- const char *text;
-public:
- cMenuText(const char *Title, const char *Text, eDvbFont Font = fontOsd);
- virtual void Display(void);
- virtual eOSState ProcessKey(eKeys Key);
- };
-
cMenuText::cMenuText(const char *Title, const char *Text, eDvbFont Font)
:cOsdMenu(Title)
{