summaryrefslogtreecommitdiffstats
path: root/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h')
-rw-r--r--src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h b/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h
index bea39deb7..300608850 100644
--- a/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h
+++ b/src/quick3d/quick3danimation/items/quick3dvertexblendanimation_p.h
@@ -73,15 +73,6 @@ public:
}
QQmlListProperty<Qt3DAnimation::QMorphTarget> morphTargets();
-
-private:
-
- static void appendMorphTarget(QQmlListProperty<Qt3DAnimation::QMorphTarget> *list,
- Qt3DAnimation::QMorphTarget *morphTarget);
- static Qt3DAnimation::QMorphTarget *morphTargetAt(QQmlListProperty<Qt3DAnimation::QMorphTarget> *list,
- qsizetype index);
- static qsizetype morphTargetCount(QQmlListProperty<Qt3DAnimation::QMorphTarget> *list);
- static void clearMorphTargets(QQmlListProperty<Qt3DAnimation::QMorphTarget> *list);
};
} // namespace Quick