From f7e5ac3208a40ceed8bc3bd05fe81bffc774bbf5 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Fri, 22 Mar 2019 13:21:18 +0100 Subject: Some cosmetic changes --- switchtimer.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'switchtimer.c') 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; -- cgit v1.2.3