summaryrefslogtreecommitdiffstats
path: root/core/profile.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-20 16:00:28 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-20 16:00:28 -0700
commit31b34a24cc890cb377952a7025a92725220e20a4 (patch)
tree5bf1f77fbc396617c7f3a401f7dbdf2780a486e7 /core/profile.h
parenteb07faef00c98ddcca3d0035d23661a3c4f30448 (diff)
downloadsubsurface-31b34a24cc890cb377952a7025a92725220e20a4.tar.gz
Don't calculate the 9 minute average
We don't do the "smoothed" profile anymore (and haven't for years), so no need to calculate the data. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/profile.h')
-rw-r--r--core/profile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/profile.h b/core/profile.h
index b837b31a1..84913036c 100644
--- a/core/profile.h
+++ b/core/profile.h
@@ -52,7 +52,6 @@ struct plot_data {
int speed;
// stats over 9 minute window:
int min, max; // indices into pi->entry[]
- int avg; // actual depth average
/* values calculated by us */
unsigned int in_deco_calc : 1;
int ndl_calc;