From 936604e80104c8f93f5220294c6475a026578ba2 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Mon, 29 Dec 2014 11:01:10 +0100 Subject: Cleanup: get rid of sculpt minmax and reuse last stroke function (code did that anyway, just kept the result in an intermediate variable) --- source/blender/blenkernel/BKE_paint.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_paint.h') diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h index 8cf6fdcfeea..ff1305b9182 100644 --- a/source/blender/blenkernel/BKE_paint.h +++ b/source/blender/blenkernel/BKE_paint.h @@ -194,7 +194,6 @@ typedef struct SculptSession { /* last paint/sculpt stroke location */ bool last_stroke_valid; - float last_stroke[3]; float average_stroke_accum[3]; int average_stroke_counter; -- cgit v1.2.3