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

Sample source plugins: removed useless init pure virtual method

This commit is contained in:
f4exb
2017-04-12 23:10:22 +02:00
parent 729ba1b1f9
commit 2136dc7672
33 changed files with 20 additions and 77 deletions
@@ -47,11 +47,6 @@ FCDProPlusInput::~FCDProPlusInput()
stop();
}
bool FCDProPlusInput::init(const Message& cmd)
{
return false;
}
bool FCDProPlusInput::start(int device)
{
qDebug() << "FCDProPlusInput::start with device #" << device;