From 87a4ba492ee4f4a055dfff5afacf48dd4e62e839 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Thu, 21 Oct 2021 17:26:51 +0100 Subject: Remove unimplemented methods --- modules/gltf/gltf_document.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/gltf') diff --git a/modules/gltf/gltf_document.h b/modules/gltf/gltf_document.h index a1d82a4649..f2f0b439a5 100644 --- a/modules/gltf/gltf_document.h +++ b/modules/gltf/gltf_document.h @@ -269,8 +269,6 @@ private: Error _reparent_non_joint_skeleton_subtrees( Ref state, Ref skeleton, const Vector &non_joints); - Error _reparent_to_fake_joint(Ref state, Ref skeleton, - const GLTFNodeIndex node_index); Error _determine_skeleton_roots(Ref state, const GLTFSkeletonIndex skel_i); Error _create_skeletons(Ref state); -- cgit v1.2.3