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:
authorAntonio Vazquez <blendergit@gmail.com>2020-04-09 17:25:46 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-04-09 17:25:46 +0300
commitbf68e1a54795bbe54badfbe6f97c2c2ee22c6e70 (patch)
treeac3eb5db813fae6e549297f9d5f676272a1d0aca
parent464752876fb9c03dc5b0514674c9b67f547bd776 (diff)
Cleanup: Remove unused var
This was not removed in previous fix.
-rw-r--r--source/blender/editors/animation/anim_filter.c1
1 files changed, 0 insertions, 1 deletions
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;