From 6ea279a74a84b13aa72237448c9ed848c8fdcad4 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 13 Feb 2015 23:46:21 +0100 Subject: 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. --- timers.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'timers.cpp') diff --git a/timers.cpp b/timers.cpp index de303d4..3bcbe1b 100644 --- a/timers.cpp +++ b/timers.cpp @@ -97,11 +97,7 @@ namespace vdrlive { string SortedTimers::GetTimerDays(cTimer const& timer) { string currentDay = timer.WeekDays() > 0 ? -#if VDRVERSNUM < 10503 - *cTimer::PrintDay(0, timer.WeekDays()) : -#else *cTimer::PrintDay(0, timer.WeekDays(), true) : -#endif FormatDateTime(tr("%A, %x"), timer.Day()); return currentDay; } -- cgit v1.2.3