summaryrefslogtreecommitdiffstats
path: root/core/gaspressures.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 12:14:46 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-08-26 12:14:46 -0700
commit0813d2168a8b7d85d2d12c042508ce1ed2d98fda (patch)
treec2b2282f2a22e377e8b37ff39b2fe1641727544c /core/gaspressures.c
parentaabcff9c5402a9b83c799a0a29172777e0383217 (diff)
downloadsubsurface-0813d2168a8b7d85d2d12c042508ce1ed2d98fda.tar.gz
Remove some unused variables
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/gaspressures.c')
-rw-r--r--core/gaspressures.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/gaspressures.c b/core/gaspressures.c
index ce88df047..890eb00b0 100644
--- a/core/gaspressures.c
+++ b/core/gaspressures.c
@@ -350,7 +350,6 @@ void populate_pressure_information(struct dive *dive, struct divecomputer *dc, s
cylinder_t *cylinder = dive->cylinder + sensor;
pr_track_t *track = NULL;
pr_track_t *current = NULL;
- struct plot_data *entry;
struct event *ev;
int missing_pr = 0, dense = 1;