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>2016-02-08 14:28:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-02-08 14:28:06 +0300
commit4b9c69721010e591c3d7b34ad73a56712ddf0890 (patch)
tree93e36558f29db6f93ddab6a630cac32f2a6b5e5c /source/blender/editors/armature
parent4fc0b1638f3a64c582594568f7c958cc6d1a9b78 (diff)
CLeanup: style
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;