summaryrefslogtreecommitdiff
path: root/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'source.h')
-rw-r--r--source.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source.h b/source.h
index b0cf1cb..5a415a1 100644
--- a/source.h
+++ b/source.h
@@ -50,8 +50,8 @@ class cEPGSource : public cListObject
private:
const char *name;
const char *confdir;
- const char *epgfile;
const char *pin;
+ const char *epgfile;
int loglen;
cParse *parse;
cImport *import;
@@ -127,10 +127,6 @@ public:
{
return needpin;
}
- const char *EPGFile()
- {
- return epgfile;
- }
const char *Name()
{
return name;