mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove old duplicated code
Way back in time this code was copied from downloadfromdcthread, so de-duplicate and call that code instead. Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
996fda1fa1
commit
2fa7e86708
2 changed files with 2 additions and 51 deletions
|
@ -98,16 +98,11 @@ private:
|
|||
|
||||
QString logFile;
|
||||
|
||||
QStringList vendorList;
|
||||
QHash<QString, QStringList> productList;
|
||||
|
||||
ConfigureDiveComputer *config;
|
||||
device_data_t device_data;
|
||||
void getDeviceData();
|
||||
|
||||
QHash<QString, dc_descriptor_t *> descriptorLookup;
|
||||
void fill_device_list(int dc_type);
|
||||
void fill_computer_list();
|
||||
|
||||
DeviceDetails *deviceDetails;
|
||||
void populateDeviceDetails();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue