profile: remove min/max entries from plot_data

These were the minimum and maximum of a 9-min window.
The profile now uses an adaptive peak-search, so this is not
used anymore.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-10-18 15:41:53 +02:00 committed by Dirk Hohndel
parent 7ef0ae02a8
commit 01af4bcd00
2 changed files with 0 additions and 50 deletions

View file

@ -61,8 +61,6 @@ struct plot_data {
int mod, ead, end, eadd;
velocity_t velocity;
int speed;
// stats over 9 minute window:
int min, max; // indices into pi->entry[]
/* values calculated by us */
unsigned int in_deco_calc : 1;
int ndl_calc;