zapit/src/zapit.cpp: comment CZapitMessages::CMD_GET_LAST_CHANNEL

Origin commit data
------------------
Commit: 4efb45f055
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-10 (Tue, 10 Apr 2012)
This commit is contained in:
[CST] Focus
2012-04-10 17:08:50 +04:00
parent 8996a8778b
commit b97c38ec0a

View File

@@ -807,10 +807,13 @@ bool CZapit::ParseCommand(CBasicMessage::Header &rmsg, int connfd)
}
case CZapitMessages::CMD_GET_LAST_CHANNEL: {
#if 0
CZapitClient::responseGetLastChannel lastchannel;
lastchannel.channel_id = (currentMode & RADIO_MODE) ? lastChannelRadio : lastChannelTV;
lastchannel.mode = getMode();
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;
}