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:
Diffstat (limited to 'source/blender/src/editconstraint.c')
-rw-r--r--source/blender/src/editconstraint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/editconstraint.c b/source/blender/src/editconstraint.c
index 17d59a18192..1da9069769e 100644
--- a/source/blender/src/editconstraint.c
+++ b/source/blender/src/editconstraint.c
@@ -124,7 +124,6 @@ void unique_constraint_name (bConstraint *con, ListBase *list){
static int is_child_of_ex(Object *owner, const char *ownersubstr, Object *parent, const char *parsubstr)
{
Object *curob;
- int working = 1;
Bone *bone = NULL;
Bone *parbone= NULL;
@@ -750,4 +749,5 @@ bConstraintChannel *add_new_constraint_channel(const char* name)
strcpy(chan->name, name);
return chan;
-} \ No newline at end of file
+}
+