mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
CEpgData: remove unused vars
Origin commit data
------------------
Branch: ni/coolstream
Commit: bbb04bfb20
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-06 (Sat, 06 May 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -127,10 +127,6 @@ CEpgData::CEpgData()
|
|||||||
mp_movie_info = NULL;
|
mp_movie_info = NULL;
|
||||||
header = NULL;
|
header = NULL;
|
||||||
Bottombox = NULL;
|
Bottombox = NULL;
|
||||||
lpic = NULL;
|
|
||||||
rpic = NULL;
|
|
||||||
lText = NULL;
|
|
||||||
rText = NULL;
|
|
||||||
pb = NULL;
|
pb = NULL;
|
||||||
font_title = NULL;
|
font_title = NULL;
|
||||||
}
|
}
|
||||||
@@ -1515,9 +1511,6 @@ void CEpgData::ResetModules()
|
|||||||
}
|
}
|
||||||
if (Bottombox){
|
if (Bottombox){
|
||||||
delete Bottombox; Bottombox = NULL;
|
delete Bottombox; Bottombox = NULL;
|
||||||
// bottom box items are destroyed but explicit reset of bottom box items here required
|
|
||||||
lpic = rpic = NULL;
|
|
||||||
lText = rText = NULL;
|
|
||||||
}
|
}
|
||||||
if (pb){
|
if (pb){
|
||||||
delete pb; pb = NULL;
|
delete pb; pb = NULL;
|
||||||
|
@@ -52,8 +52,6 @@ class CEpgData
|
|||||||
CEPGData epgData;
|
CEPGData epgData;
|
||||||
CComponentsHeader *header;
|
CComponentsHeader *header;
|
||||||
CNaviBar *Bottombox;
|
CNaviBar *Bottombox;
|
||||||
CComponentsPictureScalable *lpic, *rpic;
|
|
||||||
CComponentsText *lText, *rText;
|
|
||||||
CProgressBar *pb;
|
CProgressBar *pb;
|
||||||
Font *font_title;
|
Font *font_title;
|
||||||
std::string epg_date;
|
std::string epg_date;
|
||||||
|
Reference in New Issue
Block a user