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:
authorCampbell Barton <campbell@blender.org>2022-09-29 03:25:01 +0300
committerCampbell Barton <campbell@blender.org>2022-09-29 03:26:10 +0300
commitec8118a59e02260945050febf8b7c0080e8c1c4e (patch)
treed2d180a51b34d07b814e359a7e83cb6bba531925 /source/blender/editors/sculpt_paint/sculpt_ops.c
parent9cfa8b945a2f24e96005223c4801497191fab281 (diff)
Cleanup: replace UNUSED() with commented arguments
This is the conventional way of dealing with unused arguments in C++. Also quiet enum conversion warnings.
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_ops.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_ops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_ops.c b/source/blender/editors/sculpt_paint/sculpt_ops.c
index 965351c76d6..3c8539a9b75 100644
--- a/source/blender/editors/sculpt_paint/sculpt_ops.c
+++ b/source/blender/editors/sculpt_paint/sculpt_ops.c
@@ -1191,7 +1191,6 @@ static void cavity_bake_ui(bContext *C, wmOperator *op)
}
if (use_curve) {
- Scene *scene = CTX_data_scene(C);
PointerRNA sculpt_ptr;
const char *curve_prop;