summaryrefslogtreecommitdiff
path: root/timer.c
diff options
context:
space:
mode:
authorJürgen Schmitz <vdr@dolze.de>2006-06-20 20:15:00 +0200
committerJürgen Schmitz <vdr@dolze.de>2006-06-20 20:15:00 +0200
commita8b393036b07f1bd05f09e71802cafe82ea50cbb (patch)
tree9ae11b65082511d2083a046f566fae9b7d90a8a8 /timer.c
parent83720d70112490b379cdc230bfb4e4f6a2fe6bff (diff)
downloadvdr-plugin-tvonscreen-a8b393036b07f1bd05f09e71802cafe82ea50cbb.tar.gz
vdr-plugin-tvonscreen-a8b393036b07f1bd05f09e71802cafe82ea50cbb.tar.bz2
Version 1.0.141
Diffstat (limited to 'timer.c')
-rw-r--r--timer.c10
1 files changed, 2 insertions, 8 deletions
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();
}