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-06-27 05:10:19 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-27 05:10:19 +0400
commitbb42703ea34e539e441dd90f5cbba16599e91506 (patch)
tree1af46e3f9ff573dcf049e9a371b19b938f6ff613 /source/blender/editors/mesh/mesh_intern.h
parent46808dd22c046d8ce1def1a52175c8be15e217b3 (diff)
- remove edge collapse loop operator (now replaced by dissolve).
- fix missing null pointer check from own recent changes. - add asserts if BLI path functions are given wrong id's
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index e086e11e3bf..69f471670ed 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -180,7 +180,6 @@ void MESH_OT_colors_rotate(struct wmOperatorType *ot);
void MESH_OT_colors_reverse(struct wmOperatorType *ot);
void MESH_OT_delete(struct wmOperatorType *ot);
void MESH_OT_edge_collapse(struct wmOperatorType *ot);
-void MESH_OT_edge_collapse_loop(struct wmOperatorType *ot);
void MESH_OT_faces_shade_smooth(struct wmOperatorType *ot);
void MESH_OT_faces_shade_flat(struct wmOperatorType *ot);
void MESH_OT_split(struct wmOperatorType *ot);