Remove unused variable

This commit is contained in:
Matthias Kuhn 2019-04-07 17:22:46 +02:00
parent 8c18c80ac1
commit 2f8b9c789a
No known key found for this signature in database
GPG Key ID: 7A7F1A1C90C3E6A7

View File

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