- controlapi: remove unused variable ‘epgid’

This commit is contained in:
svenhoefer
2016-02-11 18:46:27 +01:00
parent 1e39ce6289
commit 58303bbc8c

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;