diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-10-07 16:13:13 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-07 16:55:43 -0700 |
commit | 2627ea927d06f260f7ee08d8fc45718a28018395 (patch) | |
tree | d0d0274d32d16090f9bc18279df43469a4138127 /dive.h | |
parent | 054406b420c7a4bbabbe839f25966fa121adfb5f (diff) | |
download | subsurface-2627ea927d06f260f7ee08d8fc45718a28018395.tar.gz |
Next round of code removal and header cleanup
None of this is used anywhere
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -649,11 +649,6 @@ extern void remember_event(const char *eventname); extern int evn_foreach(void (*callback)(const char *, int *, void *), void *data); extern void clear_events(void); -extern int add_new_dive(struct dive *dive); -extern bool edit_trip(dive_trip_t *trip); -extern int edit_dive_info(struct dive *dive, bool newdive); -extern int edit_multi_dive_info(struct dive *single_dive); - extern void set_dc_nickname(struct dive *dive); extern void set_autogroup(bool value); extern int total_weight(struct dive *); @@ -717,9 +712,6 @@ struct diveplan { }; struct divedatapoint *plan_add_segment(struct diveplan *diveplan, int duration, int depth, int o2, int he, int po2); -void add_depth_to_nth_dp(struct diveplan *diveplan, int idx, int depth); -void add_gas_to_nth_dp(struct diveplan *diveplan, int idx, int o2, int he); -void free_dps(struct divedatapoint *dp); void get_gas_string(int o2, int he, char *buf, int len); struct divedatapoint *create_dp(int time_incr, int depth, int o2, int he, int po2); void dump_plan(struct diveplan *diveplan); |