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')
-rw-r--r--source/blender/editors/armature/pose_edit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/armature/pose_edit.c b/source/blender/editors/armature/pose_edit.c
index ad0532bec38..ef628208632 100644
--- a/source/blender/editors/armature/pose_edit.c
+++ b/source/blender/editors/armature/pose_edit.c
@@ -311,8 +311,7 @@ void POSE_OT_paths_update(wmOperatorType *ot)
static void ED_pose_clear_paths(Object *ob)
{
bPoseChannel *pchan;
- short skipped = 0;
-
+
if (ELEM(NULL, ob, ob->pose))
return;