[Bf-blender-cvs] [7d1bf587604] blender2.8: Silence warning

Dalai Felinto noreply at git.blender.org
Fri Oct 5 22:58:20 CEST 2018


Commit: 7d1bf5876047ec67adabf8f85e6433d3e5767dc7
Author: Dalai Felinto
Date:   Fri Oct 5 17:55:34 2018 -0300
Branches: blender2.8
https://developer.blender.org/rB7d1bf5876047ec67adabf8f85e6433d3e5767dc7

Silence warning

===================================================================

M	source/blender/editors/armature/armature_edit.c

===================================================================

diff --git a/source/blender/editors/armature/armature_edit.c b/source/blender/editors/armature/armature_edit.c
index bc11af7381c..7d469342b8c 100644
--- a/source/blender/editors/armature/armature_edit.c
+++ b/source/blender/editors/armature/armature_edit.c
@@ -660,7 +660,6 @@ static void fill_add_joint(EditBone *ebo, short eb_tail, ListBase *points)
 /* bone adding between selected joints */
 static int armature_fill_bones_exec(bContext *C, wmOperator *op)
 {
-	Object *obedit_active = CTX_data_edit_object(C);
 	Scene *scene = CTX_data_scene(C);
 	View3D *v3d = CTX_wm_view3d(C);
 	ListBase points = {NULL, NULL};



More information about the Bf-blender-cvs mailing list