diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-10-21 23:34:15 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-25 13:59:04 -0700 |
commit | 3358bff4322714b59c6f54e67a0db980f215a29d (patch) | |
tree | a4c89ede782fbe399f4c67c9fd65bfa31f7a4502 /core/divelist.h | |
parent | c263487e7ce7c7b22e516650eb857c646728c34a (diff) | |
download | subsurface-3358bff4322714b59c6f54e67a0db980f215a29d.tar.gz |
cleanup: move mark_divelist_changed() to qmlmanager.cpp
Desktop does not use mark_divelist_changed() anymore - all is done
via the undo machinery. Therefore move this function (and its
counterpart unsaved_changes()) to qmlmanager.cpp.
Ultimately, it probably should be removed from there as well, but
currently I don't dare to touch all the cloud-logic!
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/divelist.h')
-rw-r--r-- | core/divelist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/divelist.h b/core/divelist.h index 1042c88cc..7a7687293 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -26,8 +26,6 @@ extern struct dive_table dive_table; #define DATAFORMAT_VERSION 3 extern void update_cylinder_related_info(struct dive *); -extern void mark_divelist_changed(bool); -extern int unsaved_changes(void); extern int init_decompression(struct deco_state *ds, struct dive *dive); /* divelist core logic functions */ |