summaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'view.c')
-rw-r--r--view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/view.c b/view.c
index 49b64f0..688189c 100644
--- a/view.c
+++ b/view.c
@@ -121,7 +121,7 @@ void cView::DrawHeader(void) {
//REC Icon
eTimerMatch timerMatch=tmNone;
#if VDRVERSNUM >= 20301
- LOCK_TIMERS_READ;
+// LOCK_TIMERS_READ;
const cTimer *ti;
#else
cTimer *ti;