1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 11:34:09 -04:00

Removed liquid-dsp internal build and dependencies. Abandon clock recovery in ScopeNG

This commit is contained in:
f4exb
2018-04-04 02:03:37 +02:00
parent 827c9b6b73
commit 9fd33a4101
12 changed files with 43 additions and 1004 deletions
-1
View File
@@ -1152,7 +1152,6 @@ void GLScopeNGGUI::fillProjectionCombo(QComboBox* comboBox)
comboBox->addItem("MagdB", Projector::ProjectionMagDB);
comboBox->addItem("Phi", Projector::ProjectionPhase);
comboBox->addItem("dPhi", Projector::ProjectionDPhase);
comboBox->addItem("Clk", Projector::ProjectionClock);
}
void GLScopeNGGUI::disableLiveMode(bool disable)