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:
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_error.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_error.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/blender/bmesh/intern/bmesh_error.h b/source/blender/bmesh/intern/bmesh_error.h
index b5235c64215..7353012170c 100644
--- a/source/blender/bmesh/intern/bmesh_error.h
+++ b/source/blender/bmesh/intern/bmesh_error.h
@@ -54,13 +54,8 @@ void BMO_error_clear(BMesh *bm);
/*error messages*/
enum {
- BMERR_SELF_INTERSECTING = 1,
- BMERR_DISSOLVEDISK_FAILED,
- BMERR_CONNECTVERT_FAILED,
- BMERR_WALKER_FAILED,
+ BMERR_CONNECTVERT_FAILED = 1,
BMERR_DISSOLVEFACES_FAILED,
- BMERR_TESSELLATION,
- BMERR_NONMANIFOLD,
BMERR_INVALID_SELECTION,
BMERR_MESH_ERROR,
BMERR_CONVEX_HULL_FAILED,