mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 14:34:57 -04:00
AMBE feature: cleanup of main application AMBE support
This commit is contained in:
@@ -125,8 +125,6 @@ ParserBench::TestType ParserBench::getTestType() const
|
||||
return TestDecimatorsInfII;
|
||||
} else if (m_testStr == "decimatesupii") {
|
||||
return TestDecimatorsSupII;
|
||||
} else if (m_testStr == "ambe") {
|
||||
return TestAMBE;
|
||||
} else if (m_testStr == "golay2312") {
|
||||
return TestGolay2312;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user