mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user