From b8467273b893967fdecce81c92f8d680edde0059 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jan 2019 16:50:13 +1100 Subject: Cleanup: redundant defines Comment or remove unused defines. --- source/blender/modifiers/intern/MOD_laplaciansmooth.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_laplaciansmooth.c b/source/blender/modifiers/intern/MOD_laplaciansmooth.c index 1acec1d8b7a..8e176119eaf 100644 --- a/source/blender/modifiers/intern/MOD_laplaciansmooth.c +++ b/source/blender/modifiers/intern/MOD_laplaciansmooth.c @@ -48,11 +48,6 @@ #include "eigen_capi.h" -#if 0 -#define MOD_LAPLACIANSMOOTH_MAX_EDGE_PERCENTAGE 1.8f -#define MOD_LAPLACIANSMOOTH_MIN_EDGE_PERCENTAGE 0.02f -#endif - struct BLaplacianSystem { float *eweights; /* Length weights per Edge */ float (*fweights)[3]; /* Cotangent weights per face */ -- cgit v1.2.3