CChannelList: remove init of cc_minitv from constructor.

Is not a member of CChannelList and already inititialized
as static outside of constructor.


Origin commit data
------------------
Branch: ni/coolstream
Commit: d7f839dcc9
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-06 (Sat, 06 May 2017)



------------------
This commit was generated by Migit
This commit is contained in:
2017-05-06 23:18:05 +02:00
parent 3398b6fb17
commit 0b75f57eb3

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;