diff options
| author | Jürgen Schmitz <vdr@dolze.de> | 2006-06-20 20:15:00 +0200 |
|---|---|---|
| committer | Jürgen Schmitz <vdr@dolze.de> | 2006-06-20 20:15:00 +0200 |
| commit | a8b393036b07f1bd05f09e71802cafe82ea50cbb (patch) | |
| tree | 9ae11b65082511d2083a046f566fae9b7d90a8a8 /timer.c | |
| parent | 83720d70112490b379cdc230bfb4e4f6a2fe6bff (diff) | |
| download | vdr-plugin-tvonscreen-a8b393036b07f1bd05f09e71802cafe82ea50cbb.tar.gz vdr-plugin-tvonscreen-a8b393036b07f1bd05f09e71802cafe82ea50cbb.tar.bz2 | |
Version 1.0.141
Diffstat (limited to 'timer.c')
| -rw-r--r-- | timer.c | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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(); } |
