remove commented code

This commit is contained in:
vcloarec 2021-09-22 09:12:58 -04:00 committed by Nyall Dawson
parent 8ffbe39134
commit ec57fb226a

View File

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