Cleanup: shadow warning

This commit is contained in:
Campbell Barton 2020-04-15 13:03:58 +10:00
parent 04f006ea9e
commit e74535df08
1 changed files with 0 additions and 1 deletions

View File

@ -578,7 +578,6 @@ static int sculpt_mesh_filter_invoke(bContext *C, wmOperator *op, const wmEvent
ss->filter_cache->enabled_axis[2] = deform_axis & MESH_FILTER_DEFORM_Z;
if (RNA_enum_get(op->ptr, "type") == MESH_FILTER_RELAX) {
const int totvert = SCULPT_vertex_count_get(ss);
ss->filter_cache->automask = MEM_mallocN(totvert * sizeof(float),
"Relax filter edge automask");
for (int i = 0; i < totvert; i++) {