mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
neutrino.cpp: fix unused variable warning
This commit is contained in:
@@ -2357,15 +2357,17 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
|||||||
|
|
||||||
_show:
|
_show:
|
||||||
int nNewChannel = -1;
|
int nNewChannel = -1;
|
||||||
int old_num = 0;
|
|
||||||
int old_b = bouquetList->getActiveBouquetNumber();
|
int old_b = bouquetList->getActiveBouquetNumber();
|
||||||
//int old_mode = g_settings.channel_mode;
|
//int old_mode = g_settings.channel_mode;
|
||||||
int old_mode = GetChannelMode();
|
int old_mode = GetChannelMode();
|
||||||
printf("************************* ZAP START: bouquetList %p size %d old_b %d\n", bouquetList, (int)bouquetList->Bouquets.size(), old_b);fflush(stdout);
|
printf("************************* ZAP START: bouquetList %p size %d old_b %d\n", bouquetList, (int)bouquetList->Bouquets.size(), old_b);fflush(stdout);
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
int old_num = 0;
|
||||||
if(!bouquetList->Bouquets.empty()) {
|
if(!bouquetList->Bouquets.empty()) {
|
||||||
old_num = bouquetList->Bouquets[old_b]->channelList->getSelected();
|
old_num = bouquetList->Bouquets[old_b]->channelList->getSelected();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
//_show:
|
//_show:
|
||||||
if(msg == CRCInput::RC_ok)
|
if(msg == CRCInput::RC_ok)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user