From a6e78239424fa735fd71dd03a4c9501aa6635d9a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 2 Oct 2010 19:31:23 +0000 Subject: make fly mode border draw into a area drawing callback rather then using a flag (no functional change). --- source/blender/editors/animation/anim_channels_edit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/animation/anim_channels_edit.c') diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c index a6981764afa..4414da222a6 100644 --- a/source/blender/editors/animation/anim_channels_edit.c +++ b/source/blender/editors/animation/anim_channels_edit.c @@ -1886,7 +1886,6 @@ static int mouse_anim_channels (bAnimContext *ac, float x, int channel_index, sh static int animchannels_mouseclick_invoke(bContext *C, wmOperator *op, wmEvent *event) { bAnimContext ac; - Scene *scene; ARegion *ar; View2D *v2d; int mval[2], channel_index; -- cgit v1.2.3