[Bf-blender-cvs] [f7252e9692b] master: Cleanup: Unused forward declaration

Sergey Sharybin noreply at git.blender.org
Thu Jul 21 12:16:48 CEST 2022


Commit: f7252e9692ba22b9ca42394e5e21d0b52cbb872c
Author: Sergey Sharybin
Date:   Thu Jul 21 12:16:31 2022 +0200
Branches: master
https://developer.blender.org/rBf7252e9692ba22b9ca42394e5e21d0b52cbb872c

Cleanup: Unused forward declaration

===================================================================

M	source/blender/depsgraph/intern/node/deg_node_component.h

===================================================================

diff --git a/source/blender/depsgraph/intern/node/deg_node_component.h b/source/blender/depsgraph/intern/node/deg_node_component.h
index cbc86ccd78d..a616dfdfe4c 100644
--- a/source/blender/depsgraph/intern/node/deg_node_component.h
+++ b/source/blender/depsgraph/intern/node/deg_node_component.h
@@ -24,7 +24,6 @@ struct bPoseChannel;
 
 namespace blender::deg {
 
-struct BoneComponentNode;
 struct Depsgraph;
 struct IDNode;
 struct OperationNode;



More information about the Bf-blender-cvs mailing list