Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused string
  • Loading branch information
elpaso committed May 4, 2023
1 parent 5f86a40 commit 6f694c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/qgsadvanceddigitizingdockwidget.cpp
Expand Up @@ -126,8 +126,7 @@ QgsAdvancedDigitizingDockWidget::QgsAdvancedDigitizingDockWidget( QgsMapCanvas *
// common angles
QActionGroup *angleButtonGroup = new QActionGroup( mCommonAngleActionsMenu ); // actions are exclusive for common angles
mCommonAngleActions = QMap<QAction *, double>();
QList< QPair< double, QString > > commonAngles;
QString menuText;
QList< QPair< double, QString > > commonAngles;
const QList<double> anglesDouble( { 0.0, 0.1, 0.5, 1.0, 5.0, 10.0, 15.0, 18.0, 22.5, 30.0, 45.0, 90.0} );
for ( QList<double>::const_iterator it = anglesDouble.constBegin(); it != anglesDouble.constEnd(); ++it )
{
Expand Down

0 comments on commit 6f694c3

Please sign in to comment.