1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

BladeRF input: cleaned up useless MessageReportBladeRF

This commit is contained in:
f4exb
2017-04-17 01:28:05 +02:00
parent 67a149ac06
commit b1e12954c7
3 changed files with 1 additions and 27 deletions
@@ -130,15 +130,7 @@ bool BladerfInputGui::deserialize(const QByteArray& data)
bool BladerfInputGui::handleMessage(const Message& message)
{
if (BladerfInput::MsgReportBladerf::match(message))
{
displaySettings();
return true;
}
else
{
return false;
}
return false;
}
void BladerfInputGui::handleDSPMessages()