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:
Diffstat (limited to 'source/blender/blenlib/intern/scanfill_utils.c')
-rw-r--r--source/blender/blenlib/intern/scanfill_utils.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/blenlib/intern/scanfill_utils.c b/source/blender/blenlib/intern/scanfill_utils.c
index c3c68717025..4bee16319f3 100644
--- a/source/blender/blenlib/intern/scanfill_utils.c
+++ b/source/blender/blenlib/intern/scanfill_utils.c
@@ -46,11 +46,6 @@ typedef struct PolyInfo {
ScanFillVert *vert_outer;
} PolyInfo;
-typedef struct PolySort {
- float area;
- unsigned short poly_nr;
-} PolySort;
-
typedef struct ScanFillIsect {
struct ScanFillIsect *next, *prev;
float co[3];