diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-06-29 21:23:04 +0200 |
---|---|---|
committer | bstoeger <32835590+bstoeger@users.noreply.github.com> | 2021-06-29 23:05:13 +0200 |
commit | 48c2b4b1bd8c23dacc52fff48b338784d7f2520e (patch) | |
tree | 92c5239a156fbd1a9a441013bb5b581a739bbf06 /profile-widget | |
parent | 080834c6f228536562d6d0f9f332a8d2ad821cb5 (diff) | |
download | subsurface-48c2b4b1bd8c23dacc52fff48b338784d7f2520e.tar.gz |
cleanup: remove unused item in ProfileWidget2's ItemPos
This is most likely an artifact from a long time ago.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'profile-widget')
-rw-r--r-- | profile-widget/profilewidget2.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index 0e344e87d..883cb7e62 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -62,7 +62,6 @@ const static struct ItemPos { QLineF expanded; QLineF intermediate; }; - Pos background; Pos dcLabel; Pos tankBar; Axis depth; @@ -364,11 +363,6 @@ ItemPos::ItemPos() * Axis and everything else is auto-adjusted.* */ - background.on.setX(0); - background.on.setY(0); - background.off.setX(0); - background.off.setY(110); - //Depth Axis Config depth.pos.on.setX(3); depth.pos.on.setY(3); |