summaryrefslogtreecommitdiff
path: root/source.h
diff options
context:
space:
mode:
Diffstat (limited to 'source.h')
-rw-r--r--source.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source.h b/source.h
index cee3e35..759aec4 100644
--- a/source.h
+++ b/source.h
@@ -169,10 +169,7 @@ public:
class cEPGSources : public cList<cEPGSource>
{
-private:
- bool epgsearchexists;
public:
- cEPGSources();
void ReadIn(cGlobals *Global, bool Reload=false);
bool RunItNow();
time_t NextRunTime();
@@ -182,10 +179,6 @@ public:
int GetSourceIdx(const char *Name);
void Remove();
bool MoveEPGSource(cGlobals *Global, int From, int To);
- bool EPGSearchExists()
- {
- return epgsearchexists;
- }
};
class cPluginXmltv2vdr;