nhttpd remove unused

Origin commit data
------------------
Branch: ni/coolstream
Commit: d139c1c8dd
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-05-11 (Wed, 11 May 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2016-05-11 13:01:08 +02:00
parent 8525df611a
commit a1714059ff

View File

@@ -524,9 +524,7 @@ std::string CNeutrinoYParser::func_get_bouquets_with_epg(CyhookHandler *hh, std:
else if (event.eventID) else if (event.eventID)
{ {
bool has_current_next = true; bool has_current_next = true;
t_channel_id epg_id = channel->getChannelID(); CEitManager::getInstance()->getCurrentNextServiceKey(channel->getEpgID(), currentNextInfo);
epg_id = channel->getEpgID();
CEitManager::getInstance()->getCurrentNextServiceKey(epg_id, currentNextInfo);
timestr = timeString(event.startTime); timestr = timeString(event.startTime);
CShortEPGData epg; CShortEPGData epg;