Skip to content

Commit 4296c77

Browse files
committedNov 20, 2018
remove unused variable
1 parent a1ea0ac commit 4296c77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/core/qgsdataitem.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ class CORE_EXPORT QgsDataItem : public QObject
421421
QFutureWatcher< QVector <QgsDataItem *> > *mFutureWatcher;
422422
// number of items currently in loading (populating) state
423423
static QgsAnimatedIcon *sPopulatingIcon;
424-
QList<QgsDataItem *> mSelectedItems;
425424
};
426425

427426
Q_DECLARE_OPERATORS_FOR_FLAGS( QgsDataItem::Capabilities )

0 commit comments

Comments
 (0)
Please sign in to comment.