Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Sep 20, 2021
1 parent bb09d06 commit 9afd373
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/mesh/qgsmaptooleditmeshframe.cpp
Expand Up @@ -85,7 +85,6 @@ QgsZValueWidget::QgsZValueWidget( const QString &label, QWidget *parent ): QWidg
double QgsZValueWidget::zValue() const
{
mZValueSpinBox->interpretText();
double v = mZValueSpinBox->value();
return mZValueSpinBox->value();
}

Expand Down

0 comments on commit 9afd373

Please sign in to comment.