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>2012-09-07 04:22:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-07 04:22:10 +0400
commit04418fe8ddb41fe489da1cda93510cff66fe0cf8 (patch)
treed5dee35bb3bc81cbf6154074346e7f950fe0bcaa /source/blender/editors/mesh/mesh_intern.h
parentaca97317afd7c282d072e927d002fb2571a29a49 (diff)
code cleanup: header had many incorrect sections for function/file, also rename mouse_mesh() --> EDBM_select_pick()
Diffstat (limited to 'source/blender/editors/mesh/mesh_intern.h')
-rw-r--r--source/blender/editors/mesh/mesh_intern.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/mesh_intern.h b/source/blender/editors/mesh/mesh_intern.h
index cf17fce2971..41666740730 100644
--- a/source/blender/editors/mesh/mesh_intern.h
+++ b/source/blender/editors/mesh/mesh_intern.h
@@ -85,8 +85,6 @@ float labda_PdistVL2Dfl(const float v1[3], const float v2[3], const float v3[3])
/* ******************** editface.c */
-void em_setup_viewcontext(struct bContext *C, struct ViewContext *vc);
-
void MESH_OT_separate(struct wmOperatorType *ot);
/* ******************* editmesh_add.c */