diff options
-rw-r--r-- | xmltv2vdr.cpp | 6 | ||||
-rw-r--r-- | xmltv2vdr.h | 4 |
2 files changed, 0 insertions, 10 deletions
diff --git a/xmltv2vdr.cpp b/xmltv2vdr.cpp index 1587e4f..b0e3b7e 100644 --- a/xmltv2vdr.cpp +++ b/xmltv2vdr.cpp @@ -428,12 +428,6 @@ bool cEPGHandler::check4proc(cEvent *event, bool &spth, cEPGMapping **map) return true; } -bool cEPGHandler::SetTitle(cEvent* Event, const char* UNUSED(Title)) -{ - if (!Event->Title()) return false; // no title? new event! let VDR handle this.. - return true; -} - bool cEPGHandler::SetShortText(cEvent* Event, const char* ShortText) { // prevent setting empty shorttext diff --git a/xmltv2vdr.h b/xmltv2vdr.h index d4792c4..2c188ee 100644 --- a/xmltv2vdr.h +++ b/xmltv2vdr.h @@ -85,10 +85,6 @@ public: { return false; } - virtual bool SetTitle(cEvent *UNUSED(Event), const char *UNUSED(Title)) - { - return false; - } virtual bool SetShortText(cEvent *UNUSED(Event),const char *UNUSED(ShortText)) { return false; |