diff options
Diffstat (limited to 'menu_whatson.c')
-rw-r--r-- | menu_whatson.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/menu_whatson.c b/menu_whatson.c index 862084d..b99a0db 100644 --- a/menu_whatson.c +++ b/menu_whatson.c @@ -52,9 +52,6 @@ The project's page is at http://winni.vdr-developer.org/epgsearch extern int exitToMainMenu; extern bool isUTF8; -#if VDRVERSNUM > 20300 -extern bool HandleRemoteModifications(cTimer* NewTimer, cTimer* OldTimer); -#endif int gl_InfoConflict = 0; // --- cMenuMyScheduleItem ------------------------------------------------------ @@ -672,7 +669,7 @@ eOSState cMenuWhatsOnSearch::Record(void) timer->Matches(); vdrtimers->SetModified(); #if VDRVERSNUM > 20300 - if (!HandleRemoteModifications(timer,NULL)) { + if (!HandleRemoteTimerModifications(timer)) { vdrtimers->Del(timer); delete timer; } |