diff options
author | Frank Neumann <fnu@yavdr.org> | 2017-05-07 11:17:04 +0200 |
---|---|---|
committer | Frank Neumann <fnu@yavdr.org> | 2017-05-07 11:17:04 +0200 |
commit | 089dacafdf8b91155486e10e4cb32a791a771182 (patch) | |
tree | fb9b44bd792790b639f258db137d7cb138368252 /menu_conflictcheck.c | |
parent | 2697e779f4034db48f342835cd40269693a2aacd (diff) | |
download | vdr-plugin-epgsearch-089dacafdf8b91155486e10e4cb32a791a771182.tar.gz vdr-plugin-epgsearch-089dacafdf8b91155486e10e4cb32a791a771182.tar.bz2 |
Drop legacy code prior VDR 2.0.0
Diffstat (limited to 'menu_conflictcheck.c')
-rw-r--r-- | menu_conflictcheck.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/menu_conflictcheck.c b/menu_conflictcheck.c index 562842e..9f6cfe2 100644 --- a/menu_conflictcheck.c +++ b/menu_conflictcheck.c @@ -62,9 +62,7 @@ cMenuConflictCheckItem::cMenuConflictCheckItem(cConflictCheckTime* Ct, cConflict cMenuConflictCheck::cMenuConflictCheck() :cOsdMenu("", 4, 12, 4, 5, 30) { -#if VDRVERSNUM >= 10734 SetMenuCategory(mcTimerEdit); -#endif showAll = false; lastSel = -1; BuildList(); @@ -197,9 +195,7 @@ bool cMenuConflictCheckDetailsItem::Update(bool Force) cMenuConflictCheckDetails::cMenuConflictCheckDetails(cConflictCheckTimerObj* TimerObj, cConflictCheck* ConflictCheck) :cOsdMenu(tr("Timer conflicts"), 2, 4, 13, 3, 2) { -#if VDRVERSNUM >= 10734 SetMenuCategory(mcTimerEdit); -#endif timerObj = TimerObj; checktime = timerObj->conflCheckTime; conflictCheck = ConflictCheck; |