mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Sample source plugins: removed useless init pure virtual method
This commit is contained in:
@@ -48,11 +48,6 @@ FCDProInput::~FCDProInput()
|
||||
stop();
|
||||
}
|
||||
|
||||
bool FCDProInput::init(const Message& cmd)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
bool FCDProInput::start(int device)
|
||||
{
|
||||
qDebug() << "FCDProInput::start with device #" << device;
|
||||
|
||||
Reference in New Issue
Block a user