summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2004-12-08 18:48:39 +0000
committerlordjaxom <lordjaxom>2004-12-08 18:48:39 +0000
commit5382d18d05d358bb1c313c642395e835aa44a6a0 (patch)
tree2b5ef58620b3640c5b21e8eafe92ee4b266b1d30 /setup.h
parenteb2f2c9600e8f69788232582191b141002bcd522 (diff)
downloadvdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.gz
vdr-plugin-text2skin-5382d18d05d358bb1c313c642395e835aa44a6a0.tar.bz2
1.0-pre1v1.0-pre1
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/setup.h b/setup.h
index c726190..935873a 100644
--- a/setup.h
+++ b/setup.h
@@ -1,12 +1,11 @@
/*
- * $Id: setup.h,v 1.3 2004/06/18 16:08:11 lordjaxom Exp $
+ * $Id: setup.h,v 1.1.1.1 2004/11/19 16:45:31 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_SETUP_H
#define VDR_TEXT2SKIN_SETUP_H
#include "common.h"
-#include <vdr/menuitems.h>
class cText2SkinSetup {
public:
@@ -17,18 +16,6 @@ public:
int MaxCacheFill;
};
-class cText2SkinSetupPage: public cMenuSetupPage {
-private:
- cText2SkinSetup mData;
-
-public:
- cText2SkinSetupPage(void);
- virtual ~cText2SkinSetupPage();
-
- virtual void Store(void);
- eOSState ProcessKey(eKeys Key);
-};
-
extern cText2SkinSetup Text2SkinSetup;
#endif // VDR_TEXT2SKIN_SETUP_H