aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-05-20 08:46:26 +0200
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2018-01-10 16:45:42 +0100
commitdc54b4aaeb2ac743e8184c4741009b98739897a7 (patch)
treedb905f13aa54a29fc08c768d51214e25804c1ae2 /core/dive.h
parentb2c7a4cf1dc6cc18a10c9cc3e70f95d445ac9a84 (diff)
downloadsubsurface-dc54b4aaeb2ac743e8184c4741009b98739897a7.tar.gz
Unused code: remove weightsystems_equal()
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h
index 0e41b854c..4172c9bca 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -984,7 +984,6 @@ extern bool cylinder_nodata(const cylinder_t *cyl);
extern bool cylinder_none(void *_data);
extern bool weightsystem_none(void *_data);
extern bool no_weightsystems(weightsystem_t *ws);
-extern bool weightsystems_equal(weightsystem_t *ws1, weightsystem_t *ws2);
extern void remove_cylinder(struct dive *dive, int idx);
extern void remove_weightsystem(struct dive *dive, int idx);
extern void reset_cylinders(struct dive *dive, bool track_gas);