summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/config.h b/config.h
index 3650d72..670db11 100644
--- a/config.h
+++ b/config.h
@@ -8,11 +8,8 @@
#ifndef __EPGFIXER_CONFIG_H_
#define __EPGFIXER_CONFIG_H_
-#include <vdr/tools.h>
-
-class cEpgfixerSetup
+struct cEpgfixerSetup
{
-public:
int quotedshorttext;
int blankbeforedescription;
int repeatedtitle;
@@ -24,12 +21,6 @@ public:
int components;
int striphtml;
cEpgfixerSetup();
- bool SetupParse(const char *Name, const char *Value);
- bool ProcessArgs(int argc, char *argv[]);
-
-protected:
- bool ProcessArg(const char *Name, const char *Value);
- static cString m_ProcessedArgs;
};
// Global instance