neutrino.cpp: remove bouquetList checks, it never should be NULL

This commit is contained in:
[CST] Focus
2012-04-05 20:36:33 +04:00
parent ea9c2fc136
commit 9d5ccfa4f4

View File

@@ -1955,7 +1955,7 @@ void CNeutrinoApp::quickZap(int msg)
StartSubtitles(res < 0);
return;
}
if((bouquetList != NULL) && !(bouquetList->Bouquets.empty()))
if(!bouquetList->Bouquets.empty())
bouquetList->Bouquets[bouquetList->getActiveBouquetNumber()]->channelList->quickZap(msg, g_settings.zap_cycle);
else
channelList->quickZap(msg);