diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-05-20 11:16:26 +0200 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2018-01-10 16:45:42 +0100 |
commit | 5faf3f941056fae32b8d7103cb2c96418b8e3fda (patch) | |
tree | d51bcaa3670d80eaec06a9e137035ea87cc87cf8 /core/dive.h | |
parent | 1d7fc930177059b62178ebdf8a4d855c3b757e6b (diff) | |
download | subsurface-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.h | 2 |
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); |