mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Clean up some warnings
Unused variables, more initialization order complaints. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f3c84ccf75
commit
e0f8ec7144
2 changed files with 1 additions and 4 deletions
|
@ -62,8 +62,8 @@ DiveCartesianAxis::DiveCartesianAxis() : QObject(),
|
|||
min(0),
|
||||
max(0),
|
||||
interval(1),
|
||||
labelScale(1.0),
|
||||
tick_size(0),
|
||||
labelScale(1.0),
|
||||
textVisibility(true),
|
||||
line_size(1)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue