Cleanup: Remove unused BKE_constraint functions

This commit is contained in:
Hans Goudey 2020-06-19 13:21:39 -04:00
parent eaa44afe70
commit a24cd69d78
1 changed files with 0 additions and 3 deletions

View File

@ -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 */