summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2013-12-09 22:37:50 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-12-09 22:47:28 +0100
commit26a1904cf88a97474468fab33879a0c3235e56ac (patch)
treeb726a95fdd6f6631e467e2f78566d622cc23c75e /qt-ui/diveplanner.h
parenta3f3e85246d8bebdf8a2e0611dce2c4c48d5e7b2 (diff)
downloadsubsurface-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.h2
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;
};