From ea5664c0d17b8faa0385e9a46da4cd279e42d678 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Feb 2011 03:17:53 +0000 Subject: remove unused vars. --- source/blender/editors/space_action/action_select.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_select.c b/source/blender/editors/space_action/action_select.c index c93b69a56f7..7f5abbd210f 100644 --- a/source/blender/editors/space_action/action_select.c +++ b/source/blender/editors/space_action/action_select.c @@ -1157,9 +1157,7 @@ static void mouse_action_keys (bAnimContext *ac, int mval[2], short select_mode, static int actkeys_clickselect_invoke(bContext *C, wmOperator *op, wmEvent *event) { bAnimContext ac; - Scene *scene; ARegion *ar; - View2D *v2d; short selectmode, column; int mval[2]; @@ -1168,9 +1166,7 @@ static int actkeys_clickselect_invoke(bContext *C, wmOperator *op, wmEvent *even return OPERATOR_CANCELLED; /* get useful pointers from animation context data */ - scene= ac.scene; ar= ac.ar; - v2d= &ar->v2d; /* get mouse coordinates (in region coordinates) */ mval[0]= (event->x - ar->winrct.xmin); -- cgit v1.2.3