diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-05-25 00:51:05 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-24 21:11:55 -0700 |
commit | b88e6dc5fa44049e56c80e02fc6778c0f18c670b (patch) | |
tree | 3b6590d19ca6bf8253185bd880158a7a34539b07 /qt-ui/diveplanner.h | |
parent | 2359bd3c2c9e173f97ca19537b79c6d2c65cf32f (diff) | |
download | subsurface-b88e6dc5fa44049e56c80e02fc6778c0f18c670b.tar.gz |
Remove leftovers from the planner.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r-- | qt-ui/diveplanner.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h index 10c907b39..4aa5f0094 100644 --- a/qt-ui/diveplanner.h +++ b/qt-ui/diveplanner.h @@ -119,15 +119,6 @@ slots: void changeGas(); }; -class DivePlannerGraphics : public QGraphicsView { - Q_OBJECT -public: - DivePlannerGraphics(QWidget *parent = 0); -private -slots: - -}; - #include "ui_diveplanner.h" class DivePlannerWidget : public QWidget { |