Removed noop

This commit is contained in:
elpaso 2015-11-04 10:36:01 +01:00
parent 1627d510c5
commit 3991307d48

View File

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