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>2014-02-04 22:39:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-02-04 22:39:28 +0400
commitd598dcd4618f664db64e6cefdeb4e003d3524dab (patch)
tree0d32f529a51533c8e9c68063d4fc30fd9070348f /source/blender/blenlib/BLI_scanfill.h
parent6c17d2141bf596672f6916d8d5897bcd53d3537d (diff)
Code cleanup: remove scdata from ScanFillContext
Diffstat (limited to 'source/blender/blenlib/BLI_scanfill.h')
-rw-r--r--source/blender/blenlib/BLI_scanfill.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_scanfill.h b/source/blender/blenlib/BLI_scanfill.h
index d77640ea187..4639ddbb26a 100644
--- a/source/blender/blenlib/BLI_scanfill.h
+++ b/source/blender/blenlib/BLI_scanfill.h
@@ -51,7 +51,6 @@ typedef struct ScanFillContext {
unsigned short poly_nr;
/* private */
- struct ScanFillVertLink *_scdata;
struct MemArena *arena;
} ScanFillContext;