summaryrefslogtreecommitdiff
path: root/coreengine/viewdisplayreplay.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-10 16:02:44 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2021-02-11 17:34:23 +0100
commit628a28201b797635486aad40fad042c4c4222656 (patch)
tree40ccd82922d6bf8c5ea1d26fc0626334f0788900 /coreengine/viewdisplayreplay.h
parent538d59ca4e83733c6e0b35c21a65d3efe198d176 (diff)
downloadvdr-plugin-skindesigner-628a28201b797635486aad40fad042c4c4222656.tar.gz
vdr-plugin-skindesigner-628a28201b797635486aad40fad042c4c4222656.tar.bz2
Revision cViewReplay::SetTimeShiftValues()
When the timeshift recording reaches the end time of the start event, the progress bar and the end time no longer shows any useful information. From this version the current live event is used to calculate the progress bar and the end time.
Diffstat (limited to 'coreengine/viewdisplayreplay.h')
-rw-r--r--coreengine/viewdisplayreplay.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/coreengine/viewdisplayreplay.h b/coreengine/viewdisplayreplay.h
index b9ed9eb..55e7966 100644
--- a/coreengine/viewdisplayreplay.h
+++ b/coreengine/viewdisplayreplay.h
@@ -45,7 +45,6 @@ public:
void PreCache(void);
void SetModeOnly(bool modeOnly) { this->modeOnly = modeOnly; };
void SetRecordingLength(int length) { reclength = length; };
- void SetTimeShift(int framesTotal, int timeShiftLength);
void SetRecording(const cRecording *recording);
void SetTitle(const char *title);
void SetCurrent(const char *current);