summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-17 14:36:37 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-17 14:36:37 -0800
commit962abba1f7f09f5d5b87e952e442589c0fced64b (patch)
treec32daab336197262c7f854b2795fb7a1464af571 /qt-ui/diveplanner.cpp
parent0e9cd0944284fede48ddc032af94a89349508e5f (diff)
downloadsubsurface-962abba1f7f09f5d5b87e952e442589c0fced64b.tar.gz
Remove ununsed variables
The warnings are distracting - and the variables are truly obsolete by now. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.cpp')
-rw-r--r--qt-ui/diveplanner.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp
index 09bef08e8..fad3080fd 100644
--- a/qt-ui/diveplanner.cpp
+++ b/qt-ui/diveplanner.cpp
@@ -481,7 +481,6 @@ QStringList& DivePlannerPointsModel::getGasList()
void DivePlannerGraphics::prepareSelectGas()
{
- QStringListModel *model = qobject_cast<QStringListModel*>(gasListView->model());
currentGasChoice = static_cast<Button*>(sender());
QPoint c = QCursor::pos();
gasListView->setGeometry(c.x(), c.y(), 150, 100);