mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remove some unused variables
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aabcff9c54
commit
0813d2168a
4 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue