mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
nhttpd remove unused
This commit is contained in:
@@ -524,9 +524,7 @@ std::string CNeutrinoYParser::func_get_bouquets_with_epg(CyhookHandler *hh, std:
|
||||
else if (event.eventID)
|
||||
{
|
||||
bool has_current_next = true;
|
||||
t_channel_id epg_id = channel->getChannelID();
|
||||
epg_id = channel->getEpgID();
|
||||
CEitManager::getInstance()->getCurrentNextServiceKey(epg_id, currentNextInfo);
|
||||
CEitManager::getInstance()->getCurrentNextServiceKey(channel->getEpgID(), currentNextInfo);
|
||||
timestr = timeString(event.startTime);
|
||||
|
||||
CShortEPGData epg;
|
||||
|
Reference in New Issue
Block a user