diff options
Diffstat (limited to 'core/planner.h')
-rw-r--r-- | core/planner.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/planner.h b/core/planner.h index 4d25c49eb..06600054d 100644 --- a/core/planner.h +++ b/core/planner.h @@ -56,7 +56,6 @@ extern char *get_planner_disclaimer_formatted(); extern void free_dps(struct diveplan *diveplan); extern struct dive *planned_dive; extern char *cache_data; -extern char *disclaimer; struct divedatapoint *plan_add_segment(struct diveplan *diveplan, int duration, int depth, int cylinderid, int po2, bool entered, enum divemode_t divemode); struct divedatapoint *create_dp(int time_incr, int depth, int cylinderid, int po2); |