From a8b393036b07f1bd05f09e71802cafe82ea50cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Schmitz?= Date: Tue, 20 Jun 2006 20:15:00 +0200 Subject: Version 1.0.141 --- timer.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'timer.c') diff --git a/timer.c b/timer.c index 37e2179..8d0c59d 100644 --- a/timer.c +++ b/timer.c @@ -3,19 +3,13 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: timer.c,v 1.2 2004/11/23 14:21:24 schmitzj Exp $ + * $Id: timer.c,v 1.3 2006/06/18 13:59:36 schmitzj Exp $ * */ #include "magazine.h" -tvOcMenuEvent:: -#if VDRVERSNUM >= 10300 - tvOcMenuEvent(const class cEvent *EventInfo) -#else - tvOcMenuEvent(const class cEventInfo *EventInfo) -#endif - : cMenuEvent(EventInfo,false) +tvOcMenuEvent::tvOcMenuEvent(const class cEvent *EventInfo) : cMenuEvent(EventInfo,false) { helpLine(); } -- cgit v1.2.3