Navigation Menu

Skip to content

Commit

Permalink
Removed noop
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Nov 4, 2015
1 parent 1627d51 commit 3991307
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gui/attributetable/qgsfeaturelistview.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 3991307

Please sign in to comment.