diff options
Diffstat (limited to 'core/gaspressures.c')
-rw-r--r-- | core/gaspressures.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/gaspressures.c b/core/gaspressures.c index 3205a00f6..206998101 100644 --- a/core/gaspressures.c +++ b/core/gaspressures.c @@ -331,8 +331,6 @@ static void debug_print_pressures(struct plot_info *pi) } #endif -extern bool has_gaschange_event(struct dive *dive, struct divecomputer *dc, int idx); - /* This function goes through the list of tank pressures, either SENSOR_PRESSURE(entry) or O2CYLINDER_PRESSURE(entry), * of structure plot_info for the dive profile where each item in the list corresponds to one point (node) of the * profile. It finds values for which there are no tank pressures (pressure==0). For each missing item (node) of |