mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
Test MI: removed IQ record feature
This commit is contained in:
@@ -46,7 +46,6 @@ void TestMIStreamSettings::resetToDefaults()
|
||||
|
||||
TestMISettings::TestMISettings()
|
||||
{
|
||||
m_fileRecordName = "";
|
||||
m_useReverseAPI = false;
|
||||
m_reverseAPIAddress = "127.0.0.1";
|
||||
m_reverseAPIPort = 8888;
|
||||
@@ -58,7 +57,6 @@ TestMISettings::TestMISettings()
|
||||
TestMISettings::TestMISettings(const TestMISettings& other) :
|
||||
m_streams(other.m_streams)
|
||||
{
|
||||
m_fileRecordName = other.m_fileRecordName;
|
||||
m_useReverseAPI = other.m_useReverseAPI;
|
||||
m_reverseAPIAddress = other.m_reverseAPIAddress;
|
||||
m_reverseAPIPort = other.m_reverseAPIPort;
|
||||
|
||||
Reference in New Issue
Block a user