controlapi: remove unused variable ‘epgid’

Origin commit data
------------------
Branch: ni/coolstream
Commit: 58303bbc8c
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-02-11 (Thu, 11 Feb 2016)

Origin message was:
------------------
- controlapi: remove unused variable ‘epgid’

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-02-11 18:46:27 +01:00
parent 39d1c5be4c
commit a118758955

View File

@@ -898,7 +898,6 @@ std::string CControlAPI::_GetBouquetActualEPGItem(CyhookHandler *hh, CZapitChann
std::string result, firstEPG, secondEPG = "";
t_channel_id current_channel = CZapit::getInstance()->GetCurrentChannelID();
std::string timestr;
uint64_t epgid = 0;
CShortEPGData epg;
CSectionsdClient::responseGetCurrentNextInfoChannelID currentNextInfo;