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-02-27 17:47:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-27 17:47:53 +0400
commite17bf02c2dcf6e51176eafc5bbe77171bc7014c5 (patch)
treed64b04687791c96d639458278c73110f804fa04a /source/blender/editors/uvedit/uvedit_intern.h
parent08b35cda7fb903d4e6cf0f7e6b29024ee536f2b3 (diff)
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
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_intern.h')
-rw-r--r--source/blender/editors/uvedit/uvedit_intern.h2
1 files changed, 0 insertions, 2 deletions
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;