mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Remove unused variable
This commit is contained in:
parent
8c18c80ac1
commit
2f8b9c789a
@ -86,7 +86,6 @@ void QgsStyleGroupSelectionDialog::setBold( QStandardItem *item )
|
|||||||
|
|
||||||
void QgsStyleGroupSelectionDialog::groupTreeSelectionChanged( const QItemSelection &selected, const QItemSelection &deselected )
|
void QgsStyleGroupSelectionDialog::groupTreeSelectionChanged( const QItemSelection &selected, const QItemSelection &deselected )
|
||||||
{
|
{
|
||||||
QModelIndex index;
|
|
||||||
const QModelIndexList selectedItems = selected.indexes();
|
const QModelIndexList selectedItems = selected.indexes();
|
||||||
const QModelIndexList deselectedItems = deselected.indexes();
|
const QModelIndexList deselectedItems = deselected.indexes();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user