diff options
Diffstat (limited to 'smtk-import')
-rw-r--r-- | smtk-import/smartrak.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/smtk-import/smartrak.c b/smtk-import/smartrak.c index ffc62a9c7..257cc143f 100644 --- a/smtk-import/smartrak.c +++ b/smtk-import/smartrak.c @@ -1112,7 +1112,6 @@ void smartrak_import(const char *file, struct dive_table *divetable) smtkdive->notes = smtk_concat_str(smtkdive->notes, "\n", "%s", col[coln(REMARKS)]->bind_ptr); record_dive_to_table(smtkdive, divetable); - add_devices_of_dive(smtkdive, devices); device_data_free(devdata); } mdb_free_tabledef(mdb_table); |