summaryrefslogtreecommitdiffstats
path: root/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device.c')
-rw-r--r--device.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/device.c b/device.c
index 5b744224e..38e409980 100644
--- a/device.c
+++ b/device.c
@@ -51,16 +51,6 @@ struct device_info *create_device_info(const char *model, uint32_t deviceid)
return entry;
}
-void clear_device_saved_status(void)
-{
- struct device_info *nn_entry = device_info_list;
-
- while (nn_entry) {
- nn_entry->saved = FALSE;
- nn_entry = nn_entry->next;
- }
-}
-
/* do we have a DIFFERENT divecomputer of the same model? */
struct device_info *get_different_device_info(const char *model, uint32_t deviceid)
{