1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Sample sink plugins: removed useless init pure virtual method

This commit is contained in:
f4exb
2017-04-12 23:26:40 +02:00
parent 2136dc7672
commit 3ab855c927
10 changed files with 3 additions and 22 deletions
@@ -53,11 +53,6 @@ HackRFOutput::~HackRFOutput()
m_deviceAPI->setBuddySharedPtr(0);
}
bool HackRFOutput::init(const Message& cmd)
{
return false;
}
bool HackRFOutput::start(int device)
{
// QMutexLocker mutexLocker(&m_mutex);