diff options
Diffstat (limited to 'source.h')
| -rw-r--r-- | source.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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; |
