1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-29 05:24:18 -04:00

Removed some obsolere references to legacy message pipes

This commit is contained in:
f4exb
2022-03-26 10:34:46 +01:00
parent 323ebb85f7
commit 55a0ceadf3
3 changed files with 0 additions and 19 deletions
-9
View File
@@ -148,15 +148,6 @@ bool AFC::handleMessage(const Message& cmd)
return true;
}
}
else if (MessagePipesLegacyCommon::MsgReportChannelDeleted::match(cmd))
{
qDebug() << "AFC::handleMessage: MessagePipesLegacyCommon::MsgReportChannelDeleted";
MessagePipesLegacyCommon::MsgReportChannelDeleted& report = (MessagePipesLegacyCommon::MsgReportChannelDeleted&) cmd;
const MessagePipesLegacyCommon::ChannelRegistrationKey& channelKey = report.getChannelRegistrationKey();
MainCore::instance()->getMessagePipesLegacy().unregisterChannelToFeature(channelKey.m_key, this, "settings");
return true;
}
else if (MsgDeviceTrack::match(cmd))
{
if (m_worker->isRunning())