mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove libdc_serial field in device_data_t
This was only set but never read. Therefore, remove it. Divecomputer serial numbers are now handled via a string-based interface. We can't remove the integer-based firmware number, because that is still used by the OSTC firmware check in ConfigureDiveComputerDialog. Let's not risk breaking that. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
426a7f5442
commit
6f8837eca3
2 changed files with 2 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ typedef struct dc_user_device_t
|
|||
const char *model, *btname;
|
||||
unsigned char *fingerprint;
|
||||
unsigned int fsize, fdiveid;
|
||||
uint32_t libdc_firmware, libdc_serial;
|
||||
uint32_t libdc_firmware;
|
||||
uint32_t deviceid, diveid;
|
||||
dc_device_t *device;
|
||||
dc_context_t *context;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue