mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
zapit/src/zapit.cpp: comment CZapitMessages::CMD_GET_LAST_CHANNEL
This commit is contained in:
@@ -807,10 +807,13 @@ bool CZapit::ParseCommand(CBasicMessage::Header &rmsg, int connfd)
|
|||||||
}
|
}
|
||||||
|
|
||||||
case CZapitMessages::CMD_GET_LAST_CHANNEL: {
|
case CZapitMessages::CMD_GET_LAST_CHANNEL: {
|
||||||
|
#if 0
|
||||||
CZapitClient::responseGetLastChannel lastchannel;
|
CZapitClient::responseGetLastChannel lastchannel;
|
||||||
lastchannel.channel_id = (currentMode & RADIO_MODE) ? lastChannelRadio : lastChannelTV;
|
lastchannel.channel_id = (currentMode & RADIO_MODE) ? lastChannelRadio : lastChannelTV;
|
||||||
lastchannel.mode = getMode();
|
lastchannel.mode = getMode();
|
||||||
CBasicServer::send_data(connfd, &lastchannel, sizeof(lastchannel)); // bouquet & channel number are already starting at 0!
|
CBasicServer::send_data(connfd, &lastchannel, sizeof(lastchannel)); // bouquet & channel number are already starting at 0!
|
||||||
|
#endif
|
||||||
|
ERROR("CZapitMessages::CMD_GET_LAST_CHANNEL: depreciated command\n");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user