Fix: Build error after previous cleanup commit

The prototype didn't match the definition anymore.
This commit is contained in:
Hans Goudey 2022-09-14 15:12:00 -05:00
parent 42fe0b6dfc
commit 530f203e27
1 changed files with 0 additions and 2 deletions

View File

@ -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,