Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 7, 2019
1 parent 8c18c80 commit 2f8b9c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/symbology/qgsstylegroupselectiondialog.cpp
Expand Up @@ -86,7 +86,6 @@ void QgsStyleGroupSelectionDialog::setBold( QStandardItem *item )

void QgsStyleGroupSelectionDialog::groupTreeSelectionChanged( const QItemSelection &selected, const QItemSelection &deselected )
{
QModelIndex index;
const QModelIndexList selectedItems = selected.indexes();
const QModelIndexList deselectedItems = deselected.indexes();

Expand Down

0 comments on commit 2f8b9c7

Please sign in to comment.