From 3b805af8af82d473bbcdd7809c43374995e005e6 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Tue, 13 Oct 2009 19:02:30 +0000 Subject: Various warning fixes --- source/blender/editors/sculpt_paint/sculpt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint') 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; -- cgit v1.2.3