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:
authorJoseph Eagar <joeedh@gmail.com>2022-08-31 20:04:23 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-08-31 20:04:23 +0300
commitfae955fdb11e49d8c2fad29da6546038ae7386db (patch)
tree4e40b959c800db2ecf8c6a1242af7ec75c061f87 /source/blender/editors/mesh
parentab8240fcff15780729842ee711cedf9fba440d62 (diff)
Fix merge error.
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/mesh_data.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/mesh_data.cc b/source/blender/editors/mesh/mesh_data.cc
index 92350af857d..1511da810cb 100644
--- a/source/blender/editors/mesh/mesh_data.cc
+++ b/source/blender/editors/mesh/mesh_data.cc
@@ -454,7 +454,6 @@ static bool layers_poll(bContext *C)
int ED_mesh_sculpt_color_add(Mesh *me,
const char *name,
- const bool active_set,
const bool do_init,
ReportList *UNUSED(reports))
{