Cleanup: remove redundant return statement

This was found by clang-tidy.
This commit is contained in:
Jacques Lucke 2020-07-28 11:00:08 +02:00
parent 1675969152
commit e7dd89b50b
1 changed files with 0 additions and 1 deletions

View File

@ -1691,7 +1691,6 @@ void BKE_sculpt_color_layer_create_if_needed(struct Object *object)
CustomData_add_layer(&orig_me->vdata, CD_PROP_COLOR, CD_DEFAULT, NULL, orig_me->totvert);
BKE_mesh_update_customdata_pointers(orig_me, true);
DEG_id_tag_update(&orig_me->id, ID_RECALC_GEOMETRY);
return;
}
void BKE_sculpt_update_object_for_edit(