summaryrefslogtreecommitdiff
path: root/menutext.h
diff options
context:
space:
mode:
Diffstat (limited to 'menutext.h')
-rw-r--r--menutext.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/menutext.h b/menutext.h
deleted file mode 100644
index 1f163fe..0000000
--- a/menutext.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * undelete: A plugin for the Video Disk Recorder
- *
- * See the README file for copyright information and how to reach the author.
- *
- * $Id: menutext.h 0.4 2005/11/16 18:39:18 hflor Exp $
- */
-
-#ifndef __MENUTEXT_H
-#define __MENUTEXT_H
-
-#include <vdr/osd.h>
-#include <vdr/osdbase.h>
-
-// --- cMenuText -------------------------------------------------------------
-
-class cMenuText : public cOsdMenu {
-public:
- cMenuText(const char *Title, const char *Text, eDvbFont Font = fontOsd);
- virtual eOSState ProcessKey(eKeys Key);
- };
-
-#endif // __MENUTEXT_H