diff options
Diffstat (limited to 'core/ostctools.c')
-rw-r--r-- | core/ostctools.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ostctools.c b/core/ostctools.c index 21c58e537..4ebb85015 100644 --- a/core/ostctools.c +++ b/core/ostctools.c @@ -190,7 +190,6 @@ void ostctools_import(const char *file, struct dive_table *divetable, struct tri add_extra_data(&ostcdive->dc, "Serial", ostcdive->dc.serial); } record_dive_to_table(ostcdive, divetable); - mark_divelist_changed(true); sort_dive_table(divetable); close_out: |