diff options
Diffstat (limited to 'epghandler.h')
-rw-r--r-- | epghandler.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/epghandler.h b/epghandler.h index cd5d51e..de090af 100644 --- a/epghandler.h +++ b/epghandler.h @@ -13,12 +13,6 @@ class cEpgfixerEpgHandler : public cEpgHandler { -private: - void FixOriginalEpgBugs(cEvent *event); - bool FixCharSets(cEvent *Event); - bool FixBugs(cEvent *Event); - void StripHTML(cEvent *Event); - public: cEpgfixerEpgHandler(void) {}; virtual bool HandleEvent(cEvent *Event); |