]> git.tdb.fi Git - ext/subsurface.git/blobdiff - main.c
Make double-clicking on the dive list bring up the dive editor
[ext/subsurface.git] / main.c
diff --git a/main.c b/main.c
index 9aaa5d1f42ca61b384fb37740a7ebbbefe9472dc..d77fcd2d97adbf4c6eac1410bddc4424635f01d9 100644 (file)
--- a/main.c
+++ b/main.c
@@ -186,8 +186,6 @@ void update_dive(struct dive *new_dive)
        struct dive *old_dive = buffered_dive;
 
        if (old_dive) {
-               flush_dive_info_changes(old_dive);
-               flush_dive_equipment_changes(old_dive);
                flush_divelist(old_dive);
        }
        if (new_dive) {