diff options
Diffstat (limited to 'menu_templateedit.c')
-rw-r--r-- | menu_templateedit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/menu_templateedit.c b/menu_templateedit.c index fc7d9c3..9e2edda 100644 --- a/menu_templateedit.c +++ b/menu_templateedit.c @@ -187,12 +187,8 @@ eOSState cMenuEditTemplate::ProcessKey(eKeys Key) case kOk: if (data.useChannel==1) { -#if VDRVERSNUM > 20300 LOCK_CHANNELS_READ; const cChannels *vdrchannels = Channels; -#else - cChannels *vdrchannels = &Channels; -#endif const cChannel *ch = vdrchannels->GetByNumber(channelMin); if (ch) data.channelMin = ch; |