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:
authorDalai Felinto <dfelinto@gmail.com>2018-09-28 16:32:04 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-09-28 16:32:04 +0300
commit0f03750f4fb0bee3bdd889b07f37de07243d21f7 (patch)
treefe9a7d3ece788e090171bbf7e9c4e955b94ad0a8 /source/blender/bmesh/intern/bmesh_operators.h
parent75b2091d42535d8815d5cd59812a2e793b6dca2c (diff)
Cleanup: Remove bmo_similar.c and small renaming
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 d8f995b9d3e..3e96d5ff44a 100644
--- a/source/blender/bmesh/intern/bmesh_operators.h
+++ b/source/blender/bmesh/intern/bmesh_operators.h
@@ -56,12 +56,6 @@ enum {
SUBDIV_SELECT_LOOPCUT
};
-enum {
- SIM_CMP_EQ = 0,
- SIM_CMP_GT,
- SIM_CMP_LT
-};
-
/* subdivide_edgering */
enum {
/* just subdiv */