[Bf-blender-cvs] [a24cd69d783] master: Cleanup: Remove unused BKE_constraint functions

Hans Goudey noreply at git.blender.org
Fri Jun 19 19:21:45 CEST 2020


Commit: a24cd69d783727966bd2882ee4791375f4b821df
Author: Hans Goudey
Date:   Fri Jun 19 13:21:39 2020 -0400
Branches: master
https://developer.blender.org/rBa24cd69d783727966bd2882ee4791375f4b821df

Cleanup: Remove unused BKE_constraint functions

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

M	source/blender/blenkernel/BKE_constraint.h

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

diff --git a/source/blender/blenkernel/BKE_constraint.h b/source/blender/blenkernel/BKE_constraint.h
index 020b0f8b913..8fe3bd77a26 100644
--- a/source/blender/blenkernel/BKE_constraint.h
+++ b/source/blender/blenkernel/BKE_constraint.h
@@ -136,9 +136,6 @@ typedef struct bConstraintTypeInfo {
 const bConstraintTypeInfo *BKE_constraint_typeinfo_get(struct bConstraint *con);
 const bConstraintTypeInfo *BKE_constraint_typeinfo_from_type(int type);
 
-void BKE_constraint_panel_id(int type, char *r_name);
-void BKE_constraint_bone_panel_id(int type, char *r_name);
-
 /* ---------------------------------------------------------------------------- */
 
 /* Constraint function prototypes */



More information about the Bf-blender-cvs mailing list