diff --git a/src/core/qgsdataitem.h b/src/core/qgsdataitem.h index abde67e040e..b6e49e19677 100644 --- a/src/core/qgsdataitem.h +++ b/src/core/qgsdataitem.h @@ -421,7 +421,6 @@ class CORE_EXPORT QgsDataItem : public QObject QFutureWatcher< QVector > *mFutureWatcher; // number of items currently in loading (populating) state static QgsAnimatedIcon *sPopulatingIcon; - QList mSelectedItems; }; Q_DECLARE_OPERATORS_FOR_FLAGS( QgsDataItem::Capabilities )