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
path: root/source
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2019-06-11 22:16:36 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-06-11 22:16:36 +0300
commitd665d128536cb7fc42e3796c0bd4529c1a391431 (patch)
tree4764227a292cde5c7c35592d824f5b8c8e483ad8 /source
parent09c32a15d2f9171c2b61220c6ba5cc585f541cb2 (diff)
Cleanup: remove unused var.
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_armature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_armature.c b/source/blender/makesrna/intern/rna_armature.c
index 3f4acabec34..99b2c423b44 100644
--- a/source/blender/makesrna/intern/rna_armature.c
+++ b/source/blender/makesrna/intern/rna_armature.c
@@ -550,7 +550,7 @@ static void rna_Armature_editbone_transform_update(Main *bmain, Scene *scene, Po
{
bArmature *arm = (bArmature *)ptr->id.data;
EditBone *ebone = (EditBone *)ptr->data;
- EditBone *child, *eboflip;
+ EditBone *child;
/* update our parent */
if (ebone->parent && ebone->flag & BONE_CONNECTED) {