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>
This commit is contained in:
Dirk Hohndel 2016-04-20 16:00:28 -07:00
parent eb07faef00
commit 31b34a24cc
2 changed files with 0 additions and 15 deletions

View file

@ -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;