aboutsummaryrefslogtreecommitdiffstats
path: root/core/dive.h
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-05-20 11:16:26 +0200
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2018-01-10 16:45:42 +0100
commit5faf3f941056fae32b8d7103cb2c96418b8e3fda (patch)
treed51bcaa3670d80eaec06a9e137035ea87cc87cf8 /core/dive.h
parent1d7fc930177059b62178ebdf8a4d855c3b757e6b (diff)
downloadsubsurface-5faf3f941056fae32b8d7103cb2c96418b8e3fda.tar.gz
Unused code: has_hr_data()
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'core/dive.h')
-rw-r--r--core/dive.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/dive.h b/core/dive.h
index ecb767827..d956dfeb3 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -787,8 +787,6 @@ extern void finish_sample(struct divecomputer *dc);
extern void add_sample_pressure(struct sample *sample, int sensor, int mbar);
extern int legacy_format_o2pressures(struct dive *dive, struct divecomputer *dc);
-extern bool has_hr_data(struct divecomputer *dc);
-
extern void sort_table(struct dive_table *table);
extern struct dive *fixup_dive(struct dive *dive);
extern void fixup_dc_duration(struct divecomputer *dc);