mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cleanup: we don't support configuring a Uemis SDA
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
66aeaddd0f
commit
edfecfad81
1 changed files with 1 additions and 7 deletions
|
@ -1444,13 +1444,7 @@ void ConfigureDiveComputerDialog::on_DiveComputerList_currentRowChanged(int curr
|
|||
/* Not Supported */
|
||||
return;
|
||||
}
|
||||
|
||||
unsigned int transport = DC_TRANSPORT_SERIAL;
|
||||
|
||||
|
||||
if (selected_vendor == QString("Uemis"))
|
||||
transport = DC_TRANSPORT_USBSTORAGE;
|
||||
fill_device_list(transport);
|
||||
fill_device_list(DC_TRANSPORT_SERIAL);
|
||||
}
|
||||
|
||||
void ConfigureDiveComputerDialog::checkLogFile(int state)
|
||||
|
|
Loading…
Reference in a new issue