summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/handle_types_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animation/backend/handle_types_p.h')
-rw-r--r--src/animation/backend/handle_types_p.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/animation/backend/handle_types_p.h b/src/animation/backend/handle_types_p.h
index f2c6774d2..f6f77eb20 100644
--- a/src/animation/backend/handle_types_p.h
+++ b/src/animation/backend/handle_types_p.h
@@ -61,14 +61,12 @@ namespace Animation {
class AnimationClip;
class ClipAnimator;
class BlendedClipAnimator;
-class ConductedClipAnimator;
class ChannelMapping;
class ChannelMapper;
typedef Qt3DCore::QHandle<AnimationClip, 16> HAnimationClip;
typedef Qt3DCore::QHandle<ClipAnimator, 16> HClipAnimator;
typedef Qt3DCore::QHandle<BlendedClipAnimator, 12> HBlendedClipAnimator;
-typedef Qt3DCore::QHandle<ConductedClipAnimator, 8> HConductedClipAnimator;
typedef Qt3DCore::QHandle<ChannelMapping, 16> HChannelMapping;
typedef Qt3DCore::QHandle<ChannelMapper, 16> HChannelMapper;