diff options
author | Jasmin Jessich <jasmin@anw.at> | 2017-04-07 22:06:26 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2017-05-14 00:32:40 +0200 |
commit | 1796af6823e3b29502bc0aa864d603ff4ef27446 (patch) | |
tree | 80d279f86462a9d9169a1e5e93be53438b6c730e | |
parent | bdee9cf2e15d0c7d61fcfe4b766fc7680a2f2e6e (diff) | |
download | vdr-plugin-live-1796af6823e3b29502bc0aa864d603ff4ef27446.tar.gz vdr-plugin-live-1796af6823e3b29502bc0aa864d603ff4ef27446.tar.bz2 |
Remove dead code from epg_events.cpp
-rw-r--r-- | epg_events.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/epg_events.cpp b/epg_events.cpp index 10e02e7..c960cf8 100644 --- a/epg_events.cpp +++ b/epg_events.cpp @@ -104,8 +104,6 @@ namespace vdrlive return ""; } - // virtual const std::string Archived() const { return std::string(); } - time_t EpgString::GetStartTime() const { return time(0); |