summaryrefslogtreecommitdiffstats
path: root/core/divelist.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2018-12-09 12:31:31 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-12-14 00:25:07 +0800
commita597929c1023748d9e13a1603121a9851bd51b0d (patch)
treeb13b4a710a9c7c193fb26e31e1bee684150ca053 /core/divelist.h
parent0a3d757aaba265756ed524d0f566c17761cecd18 (diff)
downloadsubsurface-a597929c1023748d9e13a1603121a9851bd51b0d.tar.gz
Cleanup: remove remove_autogen_trips() function
In f427226b3b605523bc8285dbdaaa7f6993af6e6a autogrouping / removal of autogrouping was moved into the undo-machinery. This made the remove_autogen_trips() function caller-less. Remove it. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/divelist.h')
-rw-r--r--core/divelist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/divelist.h b/core/divelist.h
index 0f8a6138c..a8478d8d5 100644
--- a/core/divelist.h
+++ b/core/divelist.h
@@ -14,7 +14,6 @@ struct dive;
extern void update_cylinder_related_info(struct dive *);
extern void mark_divelist_changed(bool);
extern int unsaved_changes(void);
-extern void remove_autogen_trips(void);
extern int init_decompression(struct deco_state *ds, struct dive *dive);
/* divelist core logic functions */