[Bf-blender-cvs] [b7dfef3] master: Cleanup: Unused variable

Sergey Sharybin noreply at git.blender.org
Mon Mar 28 09:36:56 CEST 2016


Commit: b7dfef325dc4eb8966084d36f7b5b2e13c38a6b5
Author: Sergey Sharybin
Date:   Mon Mar 28 09:36:41 2016 +0200
Branches: master
https://developer.blender.org/rBb7dfef325dc4eb8966084d36f7b5b2e13c38a6b5

Cleanup: Unused variable

===================================================================

M	source/blender/editors/gpencil/gpencil_brush.c

===================================================================

diff --git a/source/blender/editors/gpencil/gpencil_brush.c b/source/blender/editors/gpencil/gpencil_brush.c
index cb99226..43751db 100644
--- a/source/blender/editors/gpencil/gpencil_brush.c
+++ b/source/blender/editors/gpencil/gpencil_brush.c
@@ -221,7 +221,6 @@ static bool gp_brush_smooth_apply(tGP_BrushEditData *gso, bGPDstroke *gps, int i
                                   const int radius, const int co[2])
 {
 	GP_EditBrush_Data *brush = gso->brush;
-	bGPDspoint *pt = &gps->points[i];
 	float inf = gp_brush_influence_calc(gso, radius, co);
 	bool affect_pressure = (brush->flag & GP_EDITBRUSH_FLAG_SMOOTH_PRESSURE) != 0;




More information about the Bf-blender-cvs mailing list