diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-02-15 11:17:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-15 11:17:23 -0800 |
commit | 191a3064a7e54e8e8209cc93d054f678e4d61a10 (patch) | |
tree | 09d45144e97d67d876450b48a431c9c6f95b807a /qt-ui/profile/divecartesianaxis.h | |
parent | 6be62c1d90b064b1400dc3e76bc2a4c2f20904c5 (diff) | |
download | subsurface-191a3064a7e54e8e8209cc93d054f678e4d61a10.tar.gz |
Removed unused setup function
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divecartesianaxis.h')
-rw-r--r-- | qt-ui/profile/divecartesianaxis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profile/divecartesianaxis.h b/qt-ui/profile/divecartesianaxis.h index cd359788b..7c528b4a4 100644 --- a/qt-ui/profile/divecartesianaxis.h +++ b/qt-ui/profile/divecartesianaxis.h @@ -19,7 +19,6 @@ public: enum Orientation{TopToBottom, BottomToTop, LeftToRight, RightToLeft}; DiveCartesianAxis(); virtual ~DiveCartesianAxis(); - void setup(double minimum, double maximum, double interval, double labelFontScale, Orientation o, qreal tickSize, const QPointF& pos); void setMinimum(double minimum); void setMaximum(double maximum); void setTickInterval(double interval); |