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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user