mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
080834c6f2
commit
48c2b4b1bd
1 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue