mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 04:43:24 +00:00
Dive d/l selection UI: Remove unused variable
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f5f0938d8c
commit
afafbb3a3e
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ void DownloadFromDCWidget::on_ok_clicked()
|
|||
// (but not visible as selected)
|
||||
MainWindow::instance()->dive_list()->unselectDives();
|
||||
MainWindow::instance()->dive_list()->selectDive(idx, true);
|
||||
QString dcName = data.devname;
|
||||
|
||||
if (ostcFirmwareCheck && currentState == DONE)
|
||||
ostcFirmwareCheck->checkLatest(this, &data);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue