mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Fixed -Wunused-variable warnings
This commit is contained in:
@@ -168,7 +168,6 @@ void RemoteSource::applySettings(const RemoteSourceSettings& settings, bool forc
|
||||
<< " m_reverseAPIPort: " << settings.m_reverseAPIPort
|
||||
<< " force: " << force;
|
||||
|
||||
bool change = false;
|
||||
QList<QString> reverseAPIKeys;
|
||||
|
||||
if ((m_settings.m_dataAddress != settings.m_dataAddress) || force) {
|
||||
|
||||
Reference in New Issue
Block a user