mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Bluetooth cleanup: remove pointless download_mode
This was used to track whether we had selected the native BT mode in the download dialog. But the information is redundant as we can tell from the device name whether this is a BT/BLE download or not. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5b925d29af
commit
a20626a874
4 changed files with 1 additions and 17 deletions
|
|
@ -63,7 +63,6 @@ typedef struct {
|
|||
const char *product;
|
||||
const char *device;
|
||||
const char *device_name;
|
||||
int download_mode;
|
||||
} dive_computer_prefs_t;
|
||||
|
||||
enum unit_system_values {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue