Skip to content

Commit

Permalink
remove unused since API 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Feb 22, 2018
1 parent 3200b09 commit 505a56a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,6 @@ bool IsTimeshifting(void) { return true; }

PVR_ERROR GetStreamTimes(PVR_STREAM_TIMES *)
{
// TODO: Addon API 5.8.0
return PVR_ERROR_NOT_IMPLEMENTED;
}

Expand Down
5 changes: 0 additions & 5 deletions src/pvrclient-mythtv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2133,11 +2133,6 @@ PVR_ERROR PVRClientMythTV::SignalStatus(PVR_SIGNAL_STATUS &signalStatus)
return PVR_ERROR_NO_ERROR;
}

time_t PVRClientMythTV::GetPlayingTime()
{
return (time_t)0;
}

time_t PVRClientMythTV::GetBufferTimeStart()
{
CLockObject lock(m_lock);
Expand Down
1 change: 0 additions & 1 deletion src/pvrclient-mythtv.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ class PVRClientMythTV : public Myth::EventSubscriber, FileConsumer
PVR_ERROR SignalStatus(PVR_SIGNAL_STATUS &signalStatus);
bool IsRealTimeStream() const { return m_liveStream ? true : false; }

time_t GetPlayingTime();
time_t GetBufferTimeStart();
time_t GetBufferTimeEnd();

Expand Down

0 comments on commit 505a56a

Please sign in to comment.