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:
authorCampbell Barton <ideasman42@gmail.com>2015-03-20 15:55:47 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-20 18:17:27 +0300
commitd12ab9a9a8c39733c35e4c967cee52eb7d274b4b (patch)
tree76e1dbb09ad376cf665258f7872af9ca5bcb5f63 /source/blender/editors/armature/armature_edit.c
parent62b31a6e997ca6ca10cad695252909c657d67401 (diff)
Remove unused armature code
ED_armature_deselect_all now simply de-selects
Diffstat (limited to 'source/blender/editors/armature/armature_edit.c')
-rw-r--r--source/blender/editors/armature/armature_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/armature_edit.c b/source/blender/editors/armature/armature_edit.c
index 6fe4cbf4ade..29b7872f304 100644
--- a/source/blender/editors/armature/armature_edit.c
+++ b/source/blender/editors/armature/armature_edit.c
@@ -714,7 +714,7 @@ static int armature_fill_bones_exec(bContext *C, wmOperator *op)
}
if (newbone) {
- ED_armature_deselect_all(obedit, 0);
+ ED_armature_deselect_all(obedit);
arm->act_edbone = newbone;
newbone->flag |= BONE_TIPSEL;
}