summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qsortpolicy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qsortpolicy.cpp')
-rw-r--r--src/render/framegraph/qsortpolicy.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/render/framegraph/qsortpolicy.cpp b/src/render/framegraph/qsortpolicy.cpp
index 5c04025b0..a107f1906 100644
--- a/src/render/framegraph/qsortpolicy.cpp
+++ b/src/render/framegraph/qsortpolicy.cpp
@@ -38,9 +38,6 @@
****************************************************************************/
#include "qsortpolicy_p.h"
-#include <Qt3DCore/qpropertyvalueaddedchange.h>
-#include <Qt3DCore/qpropertyvalueremovedchange.h>
-#include <Qt3DRender/qframegraphnodecreatedchange.h>
QT_BEGIN_NAMESPACE
@@ -152,15 +149,6 @@ QSortPolicy::QSortPolicy(QSortPolicyPrivate &dd, QNode *parent)
{
}
-QNodeCreatedChangeBasePtr QSortPolicy::createNodeCreationChange() const
-{
- auto creationChange = QFrameGraphNodeCreatedChangePtr<QSortPolicyData>::create(this);
- QSortPolicyData &data = creationChange->data;
- Q_D(const QSortPolicy);
- data.sortTypes = d->m_sortTypes;
- return creationChange;
-}
-
/*!
\return the current sort types in use
*/