summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/setup.h b/setup.h
index 2c9fbd6..8ed2f77 100644
--- a/setup.h
+++ b/setup.h
@@ -1,13 +1,8 @@
#include <vdr/menu.h>
-//#include "config.h"
-
-//extern cLCARSNGConfig config;
class cLCARSNGSetup : public cMenuSetupPage {
protected:
virtual void Store(void);
-private:
- cLCARSNGConfig tmpConfig;
public:
cLCARSNGSetup(void);
};