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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-03-24 06:28:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-24 06:28:18 +0300
commitb07f94d87bbb033d1f5f01d13c25856b73afca19 (patch)
treefe37b38b38ab5e2486cd7b446fd8168a131b898e /source
parentd2614c62eb3b645443667b57231caa4bdd821099 (diff)
tag variable as unused.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/armature/poseSlide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/poseSlide.c b/source/blender/editors/armature/poseSlide.c
index 6fdcb1039f1..e47ec0029a0 100644
--- a/source/blender/editors/armature/poseSlide.c
+++ b/source/blender/editors/armature/poseSlide.c
@@ -1028,7 +1028,7 @@ static float pose_propagate_get_refVal (Object *ob, FCurve *fcu)
}
/* propagate just works along each F-Curve in turn */
-static void pose_propagate_fcurve (wmOperator *op, Object *ob, tPChanFCurveLink *pfl, FCurve *fcu, float startFrame, float endFrame)
+static void pose_propagate_fcurve (wmOperator *op, Object *ob, tPChanFCurveLink *UNUSED(pfl), FCurve *fcu, float startFrame, float endFrame)
{
const int mode = RNA_enum_get(op->ptr, "mode");