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 <ideasman42@gmail.com>2019-01-26 08:50:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-26 11:15:30 +0300
commitb8467273b893967fdecce81c92f8d680edde0059 (patch)
tree820536e0bd5c92c377b65d10e9ec9652a35f542b /source/blender/modifiers/intern/MOD_laplaciansmooth.c
parentb70877bba70e7f10998b96406c9b75fe0781e42f (diff)
Cleanup: redundant defines
Comment or remove unused defines.
Diffstat (limited to 'source/blender/modifiers/intern/MOD_laplaciansmooth.c')
-rw-r--r--source/blender/modifiers/intern/MOD_laplaciansmooth.c5
1 files changed, 0 insertions, 5 deletions
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 */