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_operators.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_operators.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/bmesh/intern/bmesh_operators.h b/source/blender/bmesh/intern/bmesh_operators.h
index efb0c65408b..7f62d4cd21a 100644
--- a/source/blender/bmesh/intern/bmesh_operators.h
+++ b/source/blender/bmesh/intern/bmesh_operators.h
@@ -110,12 +110,6 @@ enum {
SIMVERT_EDGE
};
-/* vertex path selection values */
-enum {
- VPATH_SELECT_EDGE_LENGTH = 0,
- VPATH_SELECT_TOPOLOGICAL
-};
-
/* Poke face center calculation */
enum {
BMOP_POKE_MEAN_WEIGHTED = 0,