diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2023-02-26 14:32:03 -0600 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2023-02-26 15:16:31 -0600 |
commit | 9a031806bdab2b973a3781e60510f5509ae98e90 (patch) | |
tree | e0fdbdf40c294d6c20f7d537fd84584075468214 /modules/gltf/doc_classes | |
parent | 0cd148313213e2923004be65bafd6a3781c917ec (diff) |
GLTF: Delete unused skeleton_to_node
Diffstat (limited to 'modules/gltf/doc_classes')
-rw-r--r-- | modules/gltf/doc_classes/GLTFState.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/gltf/doc_classes/GLTFState.xml b/modules/gltf/doc_classes/GLTFState.xml index b322c07cec..33b92f37c8 100644 --- a/modules/gltf/doc_classes/GLTFState.xml +++ b/modules/gltf/doc_classes/GLTFState.xml @@ -91,11 +91,6 @@ <description> </description> </method> - <method name="get_skeleton_to_node"> - <return type="Dictionary" /> - <description> - </description> - </method> <method name="get_skeletons"> <return type="GLTFSkeleton[]" /> <description> @@ -196,12 +191,6 @@ <description> </description> </method> - <method name="set_skeleton_to_node"> - <return type="void" /> - <param index="0" name="skeleton_to_node" type="Dictionary" /> - <description> - </description> - </method> <method name="set_skeletons"> <return type="void" /> <param index="0" name="skeletons" type="GLTFSkeleton[]" /> |