1
0
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:
f4exb
2022-05-25 00:13:40 +02:00
parent bd4c633e9d
commit 3880a0f98f
14 changed files with 2 additions and 105 deletions
-2
View File
@@ -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 {