diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-13 23:46:21 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-13 23:48:24 +0100 |
commit | 6ea279a74a84b13aa72237448c9ed848c8fdcad4 (patch) | |
tree | d4a6b12361434f5d73b9073ce8c8d741e5129a90 /pages/ibox.ecpp | |
parent | e95718213bcaaa659b9b40dc54ff33d215bc3cb7 (diff) | |
download | vdr-plugin-live-6ea279a74a84b13aa72237448c9ed848c8fdcad4.tar.gz vdr-plugin-live-6ea279a74a84b13aa72237448c9ed848c8fdcad4.tar.bz2 |
Removed all conditional compilation based on VDRVERSNUM. The youngest
VDRVERSNUM-check was for 10728. So all VDR versions less or equal
10728 are not supported any more now.
Diffstat (limited to 'pages/ibox.ecpp')
-rw-r--r-- | pages/ibox.ecpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pages/ibox.ecpp b/pages/ibox.ecpp index 4aaa957..84c9615 100644 --- a/pages/ibox.ecpp +++ b/pages/ibox.ecpp @@ -44,11 +44,7 @@ TimerConflictNotifier timerNotifier(); infoUrl = "timerconflicts.html"; } -#if VDRVERSNUM >= 10403 const char* NowReplaying = cReplayControl::NowReplaying(); -#else - const char* NowReplaying = cControl::Control()?cReplayControl::LastReplayed():NULL; -#endif EpgInfoPtr epgEvent; |