summaryrefslogtreecommitdiff
path: root/scene/3d/bone_attachment_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/bone_attachment_3d.h')
-rw-r--r--scene/3d/bone_attachment_3d.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/3d/bone_attachment_3d.h b/scene/3d/bone_attachment_3d.h
index cf681cace8..57b9854e0e 100644
--- a/scene/3d/bone_attachment_3d.h
+++ b/scene/3d/bone_attachment_3d.h
@@ -47,7 +47,6 @@ class BoneAttachment3D : public Node3D {
enum OVERRIDE_MODES {
MODE_GLOBAL_POSE,
MODE_LOCAL_POSE,
- MODE_CUSTOM_POSE
};
bool use_external_skeleton = false;