Fixed unused variable warning

This commit is contained in:
thunder2 2022-01-03 00:37:49 +01:00
parent c13e2ca341
commit 3dfe4e1288
13 changed files with 11 additions and 16 deletions

View file

@ -80,7 +80,6 @@ void JsonApiPage::enableJsonApi(bool checked)
bool JsonApiPage::updateParams()
{
bool ok = true;
bool changed = false;
uint16_t port = static_cast<uint16_t>(ui.portSpinBox->value());
QString listenAddress = ui.listenAddressLineEdit->text();