summaryrefslogtreecommitdiffstats
path: root/profile.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2013-09-22 23:21:01 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-09-23 21:05:35 -0700
commit0c9e6f9acc055f37699ef336f880346fef6129ca (patch)
tree83530245db5b7e19e3c65f8aaa1cca0024dba45f /profile.h
parentdba16202c498d4432bc20181b0084f54b7abdba1 (diff)
downloadsubsurface-0c9e6f9acc055f37699ef336f880346fef6129ca.tar.gz
Remove o2/he from plot_data and fix gas plot text
plot_data.o2 and plot_data.he was wrong for all dives, due to that cylinderindex was set right first in populate_pressure_information, and thus those two contained bogus information. This makes the plot-text use cylinderindex-lookup as everything else. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/profile.h b/profile.h
index 0c5fd7d79..45e5a11fa 100644
--- a/profile.h
+++ b/profile.h
@@ -15,7 +15,6 @@ struct plot_info;
struct plot_data {
unsigned int in_deco:1;
int cylinderindex;
- int o2, he;
int sec;
/* pressure[0] is sensor pressure
* pressure[1] is interpolated pressure */