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/editors/armature/armature_relations.c')
-rw-r--r--source/blender/editors/armature/armature_relations.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/armature/armature_relations.c b/source/blender/editors/armature/armature_relations.c
index 653c625fb18..2c61818d902 100644
--- a/source/blender/editors/armature/armature_relations.c
+++ b/source/blender/editors/armature/armature_relations.c
@@ -415,10 +415,6 @@ int join_armature_exec(bContext *C, wmOperator *op)
}
}
- arm->layer_used |= curarm->layer_used;
- arm->layer |= curarm->layer;
- arm->layer_protected |= curarm->layer_protected;
-
/* Free the old object data */
ED_object_base_free_and_unlink(bmain, scene, ob_iter);
}