diff --git a/src/krecursivefilterproxymodel.cpp b/src/krecursivefilterproxymodel.cpp index f6ae609..21ed5d6 100644 --- a/src/krecursivefilterproxymodel.cpp +++ b/src/krecursivefilterproxymodel.cpp @@ -47,7 +47,6 @@ class KRecursiveFilterProxyModelPrivate public: KRecursiveFilterProxyModelPrivate(KRecursiveFilterProxyModel *model) : q_ptr(model), - ignoreRemove(false), completeInsert(false) { qRegisterMetaType("QModelIndex"); @@ -146,7 +145,6 @@ public: QModelIndex lastFilteredOutAscendant(const QModelIndex &index); - bool ignoreRemove; bool completeInsert; QModelIndex lastHiddenAscendantForInsert; };