Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-07-28 12:00:08 +0300
committerJacques Lucke <jacques@blender.org>2020-07-28 12:00:08 +0300
commite7dd89b50b0594b6a18e88cd9dcd36f29c1437f7 (patch)
tree2bc132ed8578421fe38c58dabdf7c5cc3dd39257
parent16759691526af720f5498d2ee60f3008beed794e (diff)
Cleanup: remove redundant return statement
This was found by clang-tidy.
-rw-r--r--source/blender/blenkernel/intern/paint.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/paint.c b/source/blender/blenkernel/intern/paint.c
index d6fbba74a89..d4edcf88389 100644
--- a/source/blender/blenkernel/intern/paint.c
+++ b/source/blender/blenkernel/intern/paint.c
@@ -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(