summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-08-29 14:48:09 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-24 15:18:53 +0100
commitc3fd79e041d20a221c5d6effb00cfc60d50dfd9e (patch)
tree482168726854459bcdf7a048ff143c28a0e973aa /setup.h
parentd991048cfc487a5f01014f141a66d3cb92276c90 (diff)
downloadskin-lcarsng-c3fd79e041d20a221c5d6effb00cfc60d50dfd9e.tar.gz
skin-lcarsng-c3fd79e041d20a221c5d6effb00cfc60d50dfd9e.tar.bz2
Add margin
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);
};