mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update downloadfromdivecomputer.cpp
Remove lines setting "current" computer to computer1. Signed-off-by: jme <32236882+notrege@users.noreply.github.com>
This commit is contained in:
parent
80eff1d6e2
commit
bd31efa821
1 changed files with 0 additions and 3 deletions
|
@ -202,9 +202,6 @@ void DownloadFromDCWidget::DeleteDC##num##Clicked() \
|
||||||
qPrefDiveComputer::set_product4(QString()); \
|
qPrefDiveComputer::set_product4(QString()); \
|
||||||
qPrefDiveComputer::set_device4(QString()); \
|
qPrefDiveComputer::set_device4(QString()); \
|
||||||
} \
|
} \
|
||||||
qPrefDiveComputer::set_vendor(qPrefDiveComputer::vendor1()); \
|
|
||||||
qPrefDiveComputer::set_product(qPrefDiveComputer::product1()); \
|
|
||||||
qPrefDiveComputer::set_device(qPrefDiveComputer::device1()); \
|
|
||||||
DownloadFromDCWidget::showRememberedDCs(); \
|
DownloadFromDCWidget::showRememberedDCs(); \
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue