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:
authorJulian Eisel <julian@blender.org>2020-09-18 21:51:22 +0300
committerJulian Eisel <julian@blender.org>2020-09-18 21:51:22 +0300
commit9ce1a04e2aa19a2746f0947bd8d8391f680cc90d (patch)
treea1398c7b3195d7ac0446902d9f123212bcc99e61 /source/blender/editors/sculpt_paint/sculpt_intern.h
parent9d528381b552c37d53126f997c5e61979c3b20ba (diff)
Cleanup: Resolve warnings
Unused variables, missing include for declaration, missing 'static' specifier. Also rename function to match naming convention.
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index bc88793b993..71d6eb844e9 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -366,7 +366,6 @@ void SCULPT_do_cloth_brush(struct Sculpt *sd,
void SCULPT_cloth_simulation_free(struct SculptClothSimulation *cloth_sim);
struct SculptClothSimulation *SCULPT_cloth_brush_simulation_create(struct SculptSession *ss,
- struct Brush *brush,
const float cloth_mass,
const float cloth_damping,
const bool use_collisions,