aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-05-25 00:51:05 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-24 21:11:55 -0700
commitb88e6dc5fa44049e56c80e02fc6778c0f18c670b (patch)
tree3b6590d19ca6bf8253185bd880158a7a34539b07 /qt-ui/diveplanner.h
parent2359bd3c2c9e173f97ca19537b79c6d2c65cf32f (diff)
downloadsubsurface-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.h9
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 {