summaryrefslogtreecommitdiff
path: root/searchtimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'searchtimer.c')
-rw-r--r--searchtimer.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/searchtimer.c b/searchtimer.c
index bbff61e..f46e163 100644
--- a/searchtimer.c
+++ b/searchtimer.c
@@ -608,26 +608,6 @@ void cTVGuideSearchTimer::GetDelModes(std::vector<std::string> *delModes) {
delModes->push_back(tr("count days"));
}
-void cTVGuideSearchTimer::SetStartChannel(int startChannel)
-{
-#if VDRVERSNUM >= 20301
- LOCK_CHANNELS_READ;
- channelMin = Channels->GetByNumber(startChannel);
-#else
- channelMin = Channels.GetByNumber(startChannel);
-#endif
-};
-
-void cTVGuideSearchTimer::SetStopChannel(int stopChannel)
-{
-#if VDRVERSNUM >= 20301
- LOCK_CHANNELS_READ;
- channelMax = Channels->GetByNumber(stopChannel);
-#else
- channelMax = Channels.GetByNumber(stopChannel);
-#endif
-};
-
void cTVGuideSearchTimer::Dump(void) {
esyslog("tvguide searchtimer: strTimer: %s", strTimer.c_str());
esyslog("tvguide searchtimer: ID: %d", ID);