diff options
Diffstat (limited to 'xmltv2vdr.cpp')
-rw-r--r-- | xmltv2vdr.cpp | 6 |
1 files changed, 0 insertions, 6 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 |