summaryrefslogtreecommitdiff
path: root/searchtimer_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r--searchtimer_thread.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c
index 833b2cd..91be7b7 100644
--- a/searchtimer_thread.c
+++ b/searchtimer_thread.c
@@ -693,11 +693,7 @@ bool cSearchTimerThread::AddModTimer(cTimer* Timer, int index, cSearchExt* searc
msprintf(&cmdbuf, "NEWT %d:%d:%s:%s:%s:%d:%d:%s:%s",
Flags,
Timer->Channel()->Number(),
-#if VDRVERSNUM < 10503
- *Timer->PrintDay(start, Timer->WeekDays()),
-#else
*Timer->PrintDay(start, Timer->WeekDays(), true),
-#endif
bufStart,
bufEnd,
Prio,
@@ -709,11 +705,7 @@ bool cSearchTimerThread::AddModTimer(cTimer* Timer, int index, cSearchExt* searc
index,
Flags,
Timer->Channel()->Number(),
-#if VDRVERSNUM < 10503
- *Timer->PrintDay(start, Timer->WeekDays()),
-#else
*Timer->PrintDay(start, Timer->WeekDays(), true),
-#endif
bufStart,
bufEnd,
Prio,