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:
2017-05-06 22:25:40 +02:00
parent c44c067b3a
commit 378cf47ccd
2 changed files with 0 additions and 9 deletions

View File

@@ -127,10 +127,6 @@ CEpgData::CEpgData()
mp_movie_info = NULL;
header = NULL;
Bottombox = NULL;
lpic = NULL;
rpic = NULL;
lText = NULL;
rText = NULL;
pb = NULL;
font_title = NULL;
}
@@ -1515,9 +1511,6 @@ void CEpgData::ResetModules()
}
if (Bottombox){
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){
delete pb; pb = NULL;