mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
118700fd18
commit
d97cc8d4d5
2 changed files with 2 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue