diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 12:14:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-26 12:14:46 -0700 |
commit | 0813d2168a8b7d85d2d12c042508ce1ed2d98fda (patch) | |
tree | c2b2282f2a22e377e8b37ff39b2fe1641727544c /core/gaspressures.c | |
parent | aabcff9c5402a9b83c799a0a29172777e0383217 (diff) | |
download | subsurface-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.c | 1 |
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; |