diff options
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -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 |