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>2015-04-17 13:55:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-04-17 16:50:23 +0300
commit15d3d8560d7cee0def23b8a1145ddd0801fca8ea (patch)
treed05a8af9e35573b7503d4a6bd027c3d61f79b550 /source/blender/blenkernel/BKE_paint.h
parent80b4b437275646c8d10910880f31783dc26a8948 (diff)
Cleanup: remove unused face normals
also use const
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index 53c2a82fb8e..34b645ea62c 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -156,7 +156,6 @@ typedef struct SculptSession {
struct MPoly *mpoly;
struct MLoop *mloop;
int totvert, totpoly;
- float (*face_normals)[3];
struct KeyBlock *kb;
float *vmask;