Cleanup: Remove unused var

This was not removed in previous fix.
This commit is contained in:
Antonio Vazquez 2020-04-09 16:25:46 +02:00
parent 464752876f
commit bf68e1a547
Notes: blender-bot 2023-02-14 06:17:17 +01:00
Referenced by issue #75612, Keying menu drawing causes crash
1 changed files with 0 additions and 1 deletions

View File

@ -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;