[Bf-blender-cvs] [bf68e1a5479] master: Cleanup: Remove unused var

Antonio Vazquez noreply at git.blender.org
Thu Apr 9 16:26:01 CEST 2020


Commit: bf68e1a54795bbe54badfbe6f97c2c2ee22c6e70
Author: Antonio Vazquez
Date:   Thu Apr 9 16:25:46 2020 +0200
Branches: master
https://developer.blender.org/rBbf68e1a54795bbe54badfbe6f97c2c2ee22c6e70

Cleanup: Remove unused var

This was not removed in previous fix.

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

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 18e9d94a86c..8bdf1ef7684 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -1840,7 +1840,6 @@ static size_t animdata_filter_gpencil(bAnimContext *ac,
   bDopeSheet *ads = ac->ads;
   size_t items = 0;
 
-  /* Scene *scene = (Scene *)ads->source; */ /* UNUSED */
   ViewLayer *view_layer = (ViewLayer *)ac->view_layer;
   Base *base;



More information about the Bf-blender-cvs mailing list