summaryrefslogtreecommitdiff
path: root/menu_switchtimers.c
diff options
context:
space:
mode:
Diffstat (limited to 'menu_switchtimers.c')
-rw-r--r--menu_switchtimers.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/menu_switchtimers.c b/menu_switchtimers.c
index 1a8139a..28a55d2 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"));
@@ -155,9 +153,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();