1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Removed useless reference to device source and sink APIs in the sampling device control widget

This commit is contained in:
f4exb
2017-11-01 18:45:03 +01:00
parent 7370eba0f7
commit aea8de22a1
3 changed files with 1 additions and 9 deletions
+1 -3
View File
@@ -23,9 +23,7 @@
SamplingDeviceControl::SamplingDeviceControl(QWidget* parent) :
QWidget(parent),
ui(new Ui::SamplingDeviceControl),
m_pluginManager(0),
m_deviceSourceAPI(0),
m_deviceSinkAPI(0)
m_pluginManager(0)
{
ui->setupUi(this);
}