Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and nyalldawson committed Sep 22, 2021
1 parent 8ffbe39 commit ec57fb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/mesh/qgsmaptooleditmeshframe.cpp
Expand Up @@ -373,9 +373,6 @@ void QgsMapToolEditMeshFrame::setActionsEnable( bool enable )

for ( QAction *action : std::as_const( actions ) )
action->setEnabled( enable );

// bool areGeometriesSelected = areGeometriesSelectedInVectorLayer();
// mActionForceByLines->setEnabled( enable && areGeometriesSelected );
}


Expand Down

0 comments on commit ec57fb2

Please sign in to comment.