summaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'status.c')
-rw-r--r--status.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/status.c b/status.c
index 14606cd..f562c8a 100644
--- a/status.c
+++ b/status.c
@@ -88,12 +88,8 @@ void cText2SkinStatus::Replaying(const cControl* /*Control*/, const char *Name,
mReplayIsShuffle = false;
}
-#if VDRVERSNUM >= 10703
// Workaround: Control->FramesPerSecond() not possible because its not const
mReplayFramesPerSecond = mReplay != NULL ? mReplay->FramesPerSecond() : DEFAULTFRAMESPERSECOND;
-#else
- mReplayFramesPerSecond = FRAMESPERSEC;
-#endif
if (mRender != NULL) {
if (mReplayMode != oldMode)
@@ -332,11 +328,7 @@ cxType cText2SkinStatus::GetTokenData(const txToken &Token)
case tReplayDateTime:
return mReplay != NULL
-#if APIVERSNUM >= 10721
? (cxType)TimeType(mReplay->Start(), Token.Attrib.Text)
-#else
- ? (cxType)TimeType(mReplay->start, Token.Attrib.Text)
-#endif
: (cxType)false;
case tReplayShortText: