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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-10-13 23:02:30 +0400
committerNicholas Bishop <nicholasbishop@gmail.com>2009-10-13 23:02:30 +0400
commit3b805af8af82d473bbcdd7809c43374995e005e6 (patch)
treecaab63f6e3d5e5b6e1e9e98c87616683bf2e2a59 /source/blender/editors/sculpt_paint
parente3d8c8eba855b0c97d71b83b33c93f99f99c7941 (diff)
Various warning fixes
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index fc0aa28a2c3..4f667ab7976 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -305,7 +305,6 @@ static void calc_area_normal(Sculpt *sd, SculptSession *ss, float out[3], const
static void do_draw_brush(Sculpt *sd, SculptSession *ss, const ListBase* active_verts)
{
float area_normal[3];
- int j;
ActiveData *node= active_verts->first;
float* buffer;