diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-05-19 21:59:51 +0200 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2018-01-10 16:45:42 +0100 |
commit | c69ea1de1b023f3be9003ceb34e5fc1d6684f051 (patch) | |
tree | 2a2c9b52b1d7a700edc59496779f28648a795f9b /core/divelist.h | |
parent | 69b922dc7213a8161cd0c016f47700115f8e16a4 (diff) | |
download | subsurface-c69ea1de1b023f3be9003ceb34e5fc1d6684f051.tar.gz |
Unused code: remove trip_has_selected_dives()
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'core/divelist.h')
-rw-r--r-- | core/divelist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/divelist.h b/core/divelist.h index 538f4215b..84e680ab4 100644 --- a/core/divelist.h +++ b/core/divelist.h @@ -24,7 +24,6 @@ extern char *get_dive_gas_string(struct dive *dive); extern dive_trip_t *find_trip_by_idx(int idx); struct dive **grow_dive_table(struct dive_table *table); -extern int trip_has_selected_dives(dive_trip_t *trip); extern void get_dive_gas(struct dive *dive, int *o2_p, int *he_p, int *o2low_p); extern int get_divenr(struct dive *dive); extern int get_divesite_idx(struct dive_site *ds); |