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>2020-04-09 15:55:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-04-09 15:55:36 +0300
commit98abcfdb9db436dceaef9130eb2d15c8d9cb7783 (patch)
tree34e04619b6785c92ee37bcbccff6ba86f137f182 /source/blender/editors/animation
parenta6d8f6c0f308edb74a2b56e784e49153e21c8680 (diff)
Cleanup: unused variable
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index c054691ca38..18e9d94a86c 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -1840,7 +1840,7 @@ static size_t animdata_filter_gpencil(bAnimContext *ac,
bDopeSheet *ads = ac->ads;
size_t items = 0;
- Scene *scene = (Scene *)ads->source;
+ /* Scene *scene = (Scene *)ads->source; */ /* UNUSED */
ViewLayer *view_layer = (ViewLayer *)ac->view_layer;
Base *base;