Code cleanup: declarations for removed functions

This commit is contained in:
2014-02-04 07:11:28 +11:00
parent 4b07579cd4
commit 76543574bc
11 changed files with 3 additions and 26 deletions

View File

@@ -174,11 +174,6 @@ void EDBM_select_swap(struct BMEditMesh *em); /* exported for UV */
bool EDBM_select_interior_faces(struct BMEditMesh *em);
void em_setup_viewcontext(struct bContext *C, struct ViewContext *vc); /* rename? */
/* editmesh_statvis.c */
void EDBM_statvis_calc(struct BMEditMesh *em, struct MeshStatVis *statvis,
unsigned char (*r_face_colors)[4]);
extern unsigned int bm_vertoffs, bm_solidoffs, bm_wireoffs;
/* mesh_ops.c */