From e17bf02c2dcf6e51176eafc5bbe77171bc7014c5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 27 Feb 2012 13:47:53 +0000 Subject: Code Cleanup: * made bmesh_structure.h function names more consistant. * remove unused code in bmesh_structure.c * removed 'Edge Flip' operator (missing from bmesh but looked into trunk feature and dont think its worth keeping). * tagged some BMESH_TODO's --- source/blender/editors/uvedit/uvedit_intern.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/uvedit/uvedit_intern.h') diff --git a/source/blender/editors/uvedit/uvedit_intern.h b/source/blender/editors/uvedit/uvedit_intern.h index 4ac68ae5a18..0e2154006c1 100644 --- a/source/blender/editors/uvedit/uvedit_intern.h +++ b/source/blender/editors/uvedit/uvedit_intern.h @@ -32,8 +32,6 @@ #ifndef __UVEDIT_INTERN_H__ #define __UVEDIT_INTERN_H__ -struct EditFace; -struct EditMesh; struct MTexPoly; struct Image; struct MTFace; -- cgit v1.2.3