diff options
Diffstat (limited to 'core/profile.c')
-rw-r--r-- | core/profile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/profile.c b/core/profile.c index 092bfdd7c..d5973fcd1 100644 --- a/core/profile.c +++ b/core/profile.c @@ -32,7 +32,6 @@ struct dive *current_dive = NULL; unsigned int dc_number = 0; static struct plot_data *last_pi_entry_new = NULL; -void populate_pressure_information(struct dive *, struct divecomputer *, struct plot_info *, int); #ifdef DEBUG_PI /* debugging tool - not normally used */ |