diff options
Diffstat (limited to 'view.c')
-rw-r--r-- | view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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;
|