Cleanup: Remove unused variable

This commit is contained in:
Jeroen Bakker 2020-05-14 15:09:12 +02:00
parent 7965c735f1
commit 16b9841fc1
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ static void workbench_cache_sculpt_populate(WORKBENCH_PrivateData *wpd,
Object *ob,
eV3DShadingColorType color_type)
{
const bool use_vcol = ELEM(color_type, V3D_SHADING_VERTEX_COLOR);
const bool use_single_drawcall = !ELEM(color_type, V3D_SHADING_MATERIAL_COLOR);
BLI_assert(wpd->shading.color_type != V3D_SHADING_TEXTURE_COLOR);