Cleanup: unused var

This commit is contained in:
Campbell Barton
2018-04-18 09:15:48 +02:00
parent d9051c46fd
commit 33ba170f5c

View File

@@ -118,7 +118,7 @@ static void workbench_solid_studio_cache_finish(void *UNUSED(vedata))
static void workbench_solid_studio_draw_scene(void *vedata)
{
WORKBENCH_Data * data = (WORKBENCH_Data *)vedata;
// WORKBENCH_Data *data = (WORKBENCH_Data *)vedata;
WORKBENCH_PassList *psl = ((WORKBENCH_Data *)vedata)->psl;
DRW_draw_pass(psl->depth_pass);