diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-12-09 22:37:50 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-09 22:47:28 +0100 |
commit | 26a1904cf88a97474468fab33879a0c3235e56ac (patch) | |
tree | b726a95fdd6f6631e467e2f78566d622cc23c75e /qt-ui/diveplanner.h | |
parent | a3f3e85246d8bebdf8a2e0611dce2c4c48d5e7b2 (diff) | |
download | subsurface-26a1904cf88a97474468fab33879a0c3235e56ac.tar.gz |
Remove some unused variables
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index d65757262..a3c50919c 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -150,8 +150,6 @@ private: double min; double max; double interval; - double posBegin; - double posEnd; double tickSize; QColor textColor; }; |