summaryrefslogtreecommitdiff
path: root/changrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'changrp.c')
-rw-r--r--changrp.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/changrp.c b/changrp.c
index 66cd6a1..d45b229 100644
--- a/changrp.c
+++ b/changrp.c
@@ -305,9 +305,7 @@ void cMenuChannelGroupItem::Set(void)
cMenuChannelGroups::cMenuChannelGroups(char** GroupName)
:cOsdMenu(tr("Channel groups"),20)
{
-#if VDRVERSNUM >= 10734
SetMenuCategory(mcSetupPlugins);
-#endif
groupSel = -1;
groupName = GroupName;
if (groupName && *groupName)
@@ -410,9 +408,7 @@ eOSState cMenuChannelGroups::ProcessKey(eKeys Key)
cMenuEditChannelGroup::cMenuEditChannelGroup(cChannelGroup *Group, bool New)
:cOsdMenu(tr("Edit channel group"),30)
{
-#if VDRVERSNUM >= 10734
SetMenuCategory(mcSetupPlugins);
-#endif
group = Group;
channelSel = group->CreateChannelSel();
strcpy(name, group->name);