diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-06-27 11:43:53 +0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-06-27 11:43:53 +0800 |
commit | 1ec8bc5de0518f9859fe7c44a55b3bdd14dd8b7e (patch) | |
tree | 7bdebd4b3f2b189e4c90e6c1bf2d99839a187dac /qt-ui/diveplanner.h | |
parent | ab95da8fd2024a408b3136708071c85058bbe872 (diff) | |
parent | 7a840d2668c364769f66a44a732983570a79c653 (diff) | |
download | subsurface-1ec8bc5de0518f9859fe7c44a55b3bdd14dd8b7e.tar.gz |
Merge branch 'divePlanner4' of github.com:tcanabrava/subsurface
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 8c3505f52..4553c3b94 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -20,8 +20,6 @@ public: DiveHandler(); QGraphicsLineItem *from; QGraphicsLineItem *to; - qreal time; - qreal depth; int sec; int mm; }; |