diff options
| author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-03-22 13:21:18 +0100 |
|---|---|---|
| committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-03-22 13:21:18 +0100 |
| commit | f7e5ac3208a40ceed8bc3bd05fe81bffc774bbf5 (patch) | |
| tree | 984cb2deae344c86466e08c0146308ba7b11b9db /switchtimer.c | |
| parent | a8ca6f19da6c0c3834729416a0c9eacc004ef200 (diff) | |
| download | vdr-plugin-tvguide-f7e5ac3208a40ceed8bc3bd05fe81bffc774bbf5.tar.gz vdr-plugin-tvguide-f7e5ac3208a40ceed8bc3bd05fe81bffc774bbf5.tar.bz2 | |
Some cosmetic changes
Diffstat (limited to 'switchtimer.c')
| -rw-r--r-- | switchtimer.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/switchtimer.c b/switchtimer.c index 125b11e..3a45f79 100644 --- a/switchtimer.c +++ b/switchtimer.c @@ -22,18 +22,6 @@ cSwitchTimer::cSwitchTimer(const cEvent* Event) { } } -#if VDRVERSNUM >= 20305 -cSwitchTimer& cSwitchTimer::operator= (const cSwitchTimer &SwitchTimer) -{ - this->eventID = SwitchTimer.eventID; - this->startTime = SwitchTimer.startTime; - this->channelID = SwitchTimer.channelID; - this->switchMinsBefore = SwitchTimer.switchMinsBefore; - this->announceOnly = SwitchTimer.announceOnly; - return *this; -} - -#endif bool cSwitchTimer::Parse(const char *s) { char *line; char *pos; |
