summaryrefslogtreecommitdiff
path: root/switchtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'switchtimer.c')
-rw-r--r--switchtimer.c12
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;