diff options
Diffstat (limited to 'tvguidengosd.c')
-rw-r--r-- | tvguidengosd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tvguidengosd.c b/tvguidengosd.c index a59e092..59ea707 100644 --- a/tvguidengosd.c +++ b/tvguidengosd.c @@ -458,8 +458,6 @@ void cTVGuideOSD::CreateSwitchTimer(const cEvent *e) { if (SwitchTimers.EventInSwitchList(e)) return; cSwitchTimer st; - st.switchMinsBefore = 2; - st.announceOnly = 0; cRecManager recManager; recManager.SetEPGSearchPlugin(); recManager.CreateSwitchTimer(e, st); |