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

Refactoring: removed device parameter from all start() methods in sample sink plugins

This commit is contained in:
f4exb
2017-04-14 03:44:49 +02:00
parent b8623c90ce
commit 414a7ccd87
8 changed files with 8 additions and 8 deletions
@@ -95,7 +95,7 @@ bool HackRFOutput::openDevice()
return true;
}
bool HackRFOutput::start(int device)
bool HackRFOutput::start()
{
if (!m_dev) {
return false;