CChannelList: remove init of cc_minitv from constructor.

Is not a member of CChannelList and already inititialized
as static outside of constructor.
This commit is contained in:
2017-05-06 23:18:05 +02:00
parent 86c18141dd
commit d7f839dcc9

View File

@@ -122,7 +122,7 @@ CChannelList::CChannelList(const char * const pName, bool phistoryMode, bool _vl
previous_channellist_additional = -1;
eventFont = SNeutrinoSettings::FONT_TYPE_CHANNELLIST_EVENT;
dline = NULL;
cc_minitv = NULL;
minitv_is_active = false;
headerNew = true;
bouquet = NULL;