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:
jme 2024-04-21 14:43:30 +01:00 committed by Michael Keller
parent 80eff1d6e2
commit bd31efa821

View file

@ -202,9 +202,6 @@ void DownloadFromDCWidget::DeleteDC##num##Clicked() \
qPrefDiveComputer::set_product4(QString()); \
qPrefDiveComputer::set_device4(QString()); \
} \
qPrefDiveComputer::set_vendor(qPrefDiveComputer::vendor1()); \
qPrefDiveComputer::set_product(qPrefDiveComputer::product1()); \
qPrefDiveComputer::set_device(qPrefDiveComputer::device1()); \
DownloadFromDCWidget::showRememberedDCs(); \
}