[Bf-blender-cvs] [530f203e27a] master: Fix: Build error after previous cleanup commit

Hans Goudey noreply at git.blender.org
Wed Sep 14 22:12:37 CEST 2022


Commit: 530f203e27a7ea44f68383cc8093e85a03c428a6
Author: Hans Goudey
Date:   Wed Sep 14 15:12:00 2022 -0500
Branches: master
https://developer.blender.org/rB530f203e27a7ea44f68383cc8093e85a03c428a6

Fix: Build error after previous cleanup commit

The prototype didn't match the definition anymore.

===================================================================

M	source/blender/modifiers/intern/MOD_laplaciansmooth.c

===================================================================

diff --git a/source/blender/modifiers/intern/MOD_laplaciansmooth.c b/source/blender/modifiers/intern/MOD_laplaciansmooth.c
index 444dca840e7..1534708ac72 100644
--- a/source/blender/modifiers/intern/MOD_laplaciansmooth.c
+++ b/source/blender/modifiers/intern/MOD_laplaciansmooth.c
@@ -66,8 +66,6 @@ struct BLaplacianSystem {
 };
 typedef struct BLaplacianSystem LaplacianSystem;
 
-static void required_data_mask(Object *ob, ModifierData *md, CustomData_MeshMasks *r_cddata_masks);
-static bool is_disabled(const struct Scene *scene, ModifierData *md, bool useRenderParams);
 static float compute_volume(const float center[3],
                             float (*vertexCos)[3],
                             const MPoly *mpoly,



More information about the Bf-blender-cvs mailing list