diff options
Diffstat (limited to 'core/dive.c')
-rw-r--r-- | core/dive.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/dive.c b/core/dive.c index 065000970..f25864905 100644 --- a/core/dive.c +++ b/core/dive.c @@ -1593,10 +1593,6 @@ static void fixup_no_o2sensors(struct divecomputer *dc) static void fixup_dive_dc(struct dive *dive, struct divecomputer *dc) { - /* Add device information to table */ - if (dc->deviceid && (dc->serial || dc->fw_version)) - create_device_node(&device_table, dc->model, dc->deviceid, dc->serial, dc->fw_version, ""); - /* Fixup duration and mean depth */ fixup_dc_duration(dc); |