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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user