mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
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:
@@ -122,7 +122,7 @@ CChannelList::CChannelList(const char * const pName, bool phistoryMode, bool _vl
|
|||||||
previous_channellist_additional = -1;
|
previous_channellist_additional = -1;
|
||||||
eventFont = SNeutrinoSettings::FONT_TYPE_CHANNELLIST_EVENT;
|
eventFont = SNeutrinoSettings::FONT_TYPE_CHANNELLIST_EVENT;
|
||||||
dline = NULL;
|
dline = NULL;
|
||||||
cc_minitv = NULL;
|
|
||||||
minitv_is_active = false;
|
minitv_is_active = false;
|
||||||
headerNew = true;
|
headerNew = true;
|
||||||
bouquet = NULL;
|
bouquet = NULL;
|
||||||
|
Reference in New Issue
Block a user