Clean up some warnings

Unused variables, more initialization order complaints.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-02-16 10:44:23 -08:00
parent f3c84ccf75
commit e0f8ec7144
2 changed files with 1 additions and 4 deletions

View file

@ -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)
{