1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Removed unncecessary call to updateChannels in VORLocalizer and DemodAnalyzer. Fixes #1572

This commit is contained in:
f4exb
2023-02-03 02:13:54 +01:00
parent abe4798f9c
commit 46db55f1db
2 changed files with 1 additions and 2 deletions
@@ -310,7 +310,6 @@ void VORLocalizer::handleMessagePipeToBeDeleted(int reason, QObject* object)
if ((reason == 0) && m_availableChannels.contains((ChannelAPI*) object)) // producer (channel)
{
m_availableChannels.remove((ChannelAPI*) object);
updateChannels();
}
}