Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-06-19 20:21:39 +0300
committerHans Goudey <h.goudey@me.com>2020-06-19 20:21:39 +0300
commita24cd69d783727966bd2882ee4791375f4b821df (patch)
tree4e154e0b3296ed4a4e4afb63eac205baba68137e /source/blender/blenkernel/BKE_constraint.h
parenteaa44afe703eeb785f4590719b39392b66d6a312 (diff)
Cleanup: Remove unused BKE_constraint functions
Diffstat (limited to 'source/blender/blenkernel/BKE_constraint.h')
-rw-r--r--source/blender/blenkernel/BKE_constraint.h3
1 files changed, 0 insertions, 3 deletions
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 */