mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Removed noop
This commit is contained in:
parent
1627d510c5
commit
3991307d48
@ -348,8 +348,7 @@ void QgsFeatureListView::selectRow( const QModelIndex& index, bool anchor )
|
||||
|
||||
void QgsFeatureListView::setFeatureSelectionManager( QgsIFeatureSelectionManager* featureSelectionManager )
|
||||
{
|
||||
if ( mFeatureSelectionManager )
|
||||
delete mFeatureSelectionManager;
|
||||
delete mFeatureSelectionManager;
|
||||
|
||||
mFeatureSelectionManager = featureSelectionManager;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user