summaryrefslogtreecommitdiff
path: root/epg_events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'epg_events.cpp')
-rw-r--r--epg_events.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/epg_events.cpp b/epg_events.cpp
index 9496714..7d22cdf 100644
--- a/epg_events.cpp
+++ b/epg_events.cpp
@@ -98,11 +98,6 @@ namespace vdrlive
return "";
}
- const cChannel* EpgString::Channel() const
- {
- return NULL;
- }
-
// virtual const std::string Archived() const { return std::string(); }
time_t EpgString::GetStartTime() const
@@ -169,11 +164,6 @@ namespace vdrlive
return (info && info->Description()) ? info->Description() : "";
}
- const cChannel* EpgRecording::Channel() const
- {
- return NULL;
- }
-
const string EpgRecording::Archived() const
{
if (!m_checkedArchived) {