From 4e6a0c8503a66c78b9d6d6d599ea9422531db3a7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 12 Feb 2014 05:35:30 -0800 Subject: [PATCH] Remove external declaration of non-existant global variable Just to slightly reduce possible confusion. Signed-off-by: Dirk Hohndel --- planner.h | 1 - 1 file changed, 1 deletion(-) diff --git a/planner.h b/planner.h index 8141860c7..49f8be5ef 100644 --- a/planner.h +++ b/planner.h @@ -14,7 +14,6 @@ extern void set_last_stop(bool last_stop_6m); extern void get_gas_from_events(struct divecomputer *dc, int time, int *o2, int *he); extern int get_gasidx(struct dive *dive, int o2, int he); -extern struct diveplan diveplan; extern struct dive *planned_dive; extern char *cache_data; extern char *disclaimer;