diff options
Diffstat (limited to 'core/libdivecomputer.c')
-rw-r--r-- | core/libdivecomputer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/libdivecomputer.c b/core/libdivecomputer.c index a870317b1..7c3356f6f 100644 --- a/core/libdivecomputer.c +++ b/core/libdivecomputer.c @@ -826,7 +826,6 @@ static int dive_cb(const unsigned char *data, unsigned int size, } record_dive_to_table(dive, devdata->download_table); - mark_divelist_changed(true); return true; error_exit: |