From 55a0e21a03e88e5489dd6f53a91b6f3a6f770d9a Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 20 Feb 2011 23:21:15 +0000 Subject: Revert r35003. It was just an extra semicolon --- source/blender/editors/armature/poselib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/editors/armature/poselib.c b/source/blender/editors/armature/poselib.c index 12abd475142..4aaa62c703e 100644 --- a/source/blender/editors/armature/poselib.c +++ b/source/blender/editors/armature/poselib.c @@ -477,12 +477,12 @@ void POSELIB_OT_pose_add (wmOperatorType *ot) /* can be called with C == NULL */ static EnumPropertyItem *poselib_stored_pose_itemf(bContext *C, PointerRNA *UNUSED(ptr), int *free) { + Object *ob = get_poselib_object(C); + bAction *act = (ob) ? ob->poselib : NULL; TimeMarker *marker; EnumPropertyItem *item= NULL, item_tmp= {0}; int totitem= 0; int i= 0; - Object *ob = get_poselib_object(C); - bAction *act = (ob) ? ob->poselib : NULL; if (C == NULL) { return DummyRNA_DEFAULT_items; -- cgit v1.2.3