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

LimeSDR: removed sampleRate from MsgGetStreamInfo as it has been removed from lms_stream_status_t and is not used actually

This commit is contained in:
f4exb
2018-02-05 02:01:46 +01:00
parent 2beba446f3
commit 8a6ef95903
4 changed files with 0 additions and 16 deletions
@@ -628,7 +628,6 @@ bool LimeSDRInput::handleMessage(const Message& message)
status.underrun,
status.overrun,
status.droppedPackets,
status.sampleRate,
status.linkRate,
status.timestamp);
m_deviceAPI->getSampleSourceGUIMessageQueue()->push(report);
@@ -646,7 +645,6 @@ bool LimeSDRInput::handleMessage(const Message& message)
0, // status.underrun,
0, // status.overrun,
0, // status.droppedPackets,
0, // status.sampleRate,
0, // status.linkRate,
0); // status.timestamp);
m_deviceAPI->getSampleSourceGUIMessageQueue()->push(report);