diff options
Diffstat (limited to 'xbmc/pvr/epg/Epg.cpp')
-rw-r--r-- | xbmc/pvr/epg/Epg.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/xbmc/pvr/epg/Epg.cpp b/xbmc/pvr/epg/Epg.cpp index 79ef8860b2..1ebba9009a 100644 --- a/xbmc/pvr/epg/Epg.cpp +++ b/xbmc/pvr/epg/Epg.cpp @@ -377,18 +377,6 @@ bool CPVREpg::QueueDeleteQueries(const std::shared_ptr<CPVREpgDatabase>& databas return true; } -CDateTime CPVREpg::GetFirstDate() const -{ - std::unique_lock<CCriticalSection> lock(m_critSection); - return m_tags.GetFirstStartTime(); -} - -CDateTime CPVREpg::GetLastDate() const -{ - std::unique_lock<CCriticalSection> lock(m_critSection); - return m_tags.GetLastEndTime(); -} - std::pair<CDateTime, CDateTime> CPVREpg::GetFirstAndLastUncommitedEPGDate() const { std::unique_lock<CCriticalSection> lock(m_critSection); |