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:
@@ -95,7 +95,7 @@ bool HackRFOutput::openDevice()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool HackRFOutput::start(int device)
|
||||
bool HackRFOutput::start()
|
||||
{
|
||||
if (!m_dev) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user