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>2013-01-04 06:13:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-04 06:13:29 +0400
commitc7b7cba2380e6885bc23b2d5fc485cd6938e55da (patch)
tree8c87f81e18eb5b97f560f559684aeeaa9d644c4b /source/blender/modifiers/intern/MOD_edgesplit.c
parent922aeb33c840f6bce1cc62e551a2729eaf8f7a29 (diff)
code cleanup: warnings
Diffstat (limited to 'source/blender/modifiers/intern/MOD_edgesplit.c')
-rw-r--r--source/blender/modifiers/intern/MOD_edgesplit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_edgesplit.c b/source/blender/modifiers/intern/MOD_edgesplit.c
index 5c786626c94..33601c197b9 100644
--- a/source/blender/modifiers/intern/MOD_edgesplit.c
+++ b/source/blender/modifiers/intern/MOD_edgesplit.c
@@ -48,7 +48,6 @@
#include "DNA_object_types.h"
-#define EDGE_MARK 1
static DerivedMesh *doEdgeSplit(DerivedMesh *dm, EdgeSplitModifierData *emd, Object *UNUSED(ob))
{