From 2719dbd22452b0d6b3bfc776819ef1d805dfebcf Mon Sep 17 00:00:00 2001 From: Frank Neumann Date: Sun, 7 May 2017 11:17:04 +0200 Subject: Drop legacy code prior VDR 2.0.0 --- menu_switchtimers.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'menu_switchtimers.c') diff --git a/menu_switchtimers.c b/menu_switchtimers.c index 7c1bc72..3b82313 100644 --- a/menu_switchtimers.c +++ b/menu_switchtimers.c @@ -40,9 +40,7 @@ public: cMenuEditSwitchTimer::cMenuEditSwitchTimer(cSwitchTimer* SwitchTimer, bool New) :cOsdMenu(tr("Edit entry"),30) { -#if VDRVERSNUM >= 10728 SetMenuCategory(mcPlugin); -#endif SwitchModes[0] = strdup(tr("Switch")); SwitchModes[1] = strdup(tr("Announce only")); @@ -161,9 +159,7 @@ int cMenuSwitchTimerItem::Compare(const cListObject &ListObject) const cMenuSwitchTimers::cMenuSwitchTimers() :cOsdMenu(tr("Switch list"), 2, 4, 6, 6, 4) { -#if VDRVERSNUM >= 10728 SetMenuCategory(mcPlugin); -#endif Set(); Display(); -- cgit v1.2.3