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>2009-10-12 00:03:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-12 00:03:55 +0400
commit84172b31b5eea67275e0d517b3cd7aebbb38b73d (patch)
treee40f09464e81da5abecd6b28720e464df7cf1cf3 /source/blender/editors/mesh/editmesh.c
parentdff1738765aba649b07f3174ed807e7df8e38eee (diff)
remove OB_RADIO, added function by mistake
Diffstat (limited to 'source/blender/editors/mesh/editmesh.c')
-rw-r--r--source/blender/editors/mesh/editmesh.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/editors/mesh/editmesh.c b/source/blender/editors/mesh/editmesh.c
index 8234d0ab6dc..52744c81b7e 100644
--- a/source/blender/editors/mesh/editmesh.c
+++ b/source/blender/editors/mesh/editmesh.c
@@ -1796,14 +1796,6 @@ void undo_push_mesh(bContext *C, char *name)
/* *************** END UNDO *************/
-void EM_init_viewmats(Object *ob, RegionView3D *rv3d)
-{
- wmMultMatrix(ob->obmat);
- /* local viewmat and persmat, to calculate projections */
- wmGetMatrix(rv3d->viewmatob);
- wmGetSingleMatrix(rv3d->persmatob);
-}
-
static EditVert **g_em_vert_array = NULL;
static EditEdge **g_em_edge_array = NULL;
static EditFace **g_em_face_array = NULL;