Remove ununsed variables

The warnings are distracting - and the variables are truly obsolete by
now.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2013-11-17 14:36:37 -08:00
parent 0e9cd09442
commit 962abba1f7
2 changed files with 0 additions and 2 deletions

View file

@ -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);