profile: remove TankItem::plotEndTime member variable

That variable was only used in a single function and
always reset at the beginning of the function. No point
in being a member variable.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-10-08 21:11:37 +02:00 committed by Dirk Hohndel
parent 118700fd18
commit d97cc8d4d5
2 changed files with 2 additions and 6 deletions

View file

@ -20,7 +20,6 @@ public:
private:
void createBar(int startTime, int stopTime, struct gasmix gas);
const DiveCartesianAxis &hAxis;
int plotEndTime;
double dpr;
QBrush air, nitrox, oxygen, trimix;
QList<QGraphicsRectItem *> rects;