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>2010-10-02 23:31:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-02 23:31:23 +0400
commita6e78239424fa735fd71dd03a4c9501aa6635d9a (patch)
tree53fa9564ca5b4718fd3dfe5cd24c22259bc97b7b /source/blender/editors/animation/anim_channels_edit.c
parent5faa29b01dd6b47219d1aabb3217459ba1e2f56d (diff)
make fly mode border draw into a area drawing callback rather then using a flag (no functional change).
Diffstat (limited to 'source/blender/editors/animation/anim_channels_edit.c')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c1
1 files changed, 0 insertions, 1 deletions
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;