[Bf-blender-cvs] [98abcfdb9db] master: Cleanup: unused variable

Campbell Barton noreply at git.blender.org
Thu Apr 9 14:56:22 CEST 2020


Commit: 98abcfdb9db436dceaef9130eb2d15c8d9cb7783
Author: Campbell Barton
Date:   Thu Apr 9 22:55:25 2020 +1000
Branches: master
https://developer.blender.org/rB98abcfdb9db436dceaef9130eb2d15c8d9cb7783

Cleanup: unused variable

===================================================================

M	source/blender/editors/animation/anim_filter.c

===================================================================

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;



More information about the Bf-blender-cvs mailing list