summaryrefslogtreecommitdiff
path: root/epg_events.cpp
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-15 19:10:46 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-15 19:10:46 +0100
commit775641afd15fd7871cecfa0112e50b2889166327 (patch)
tree35e64791bb43ce8f46b6b5230cbedc3ac018f2d1 /epg_events.cpp
parent6765dec2da43418dba16da021a9adef392199a43 (diff)
parentc1b029ee77466aab34207d06dd2e7a475bbbb053 (diff)
downloadvdr-plugin-live-775641afd15fd7871cecfa0112e50b2889166327.tar.gz
vdr-plugin-live-775641afd15fd7871cecfa0112e50b2889166327.tar.bz2
Merge commit 'tadi/master'
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) {