[Bf-blender-cvs] [8411afa034f] greasepencil-object: Cleanup: Remove unused variable

Antonio Vazquez noreply at git.blender.org
Sun May 6 11:27:37 CEST 2018


Commit: 8411afa034f3c167debb497873e39f1afc0d10bb
Author: Antonio Vazquez
Date:   Sun May 6 11:27:28 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB8411afa034f3c167debb497873e39f1afc0d10bb

Cleanup: Remove unused variable

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c
index 60c65652c2a..32be87136ad 100644
--- a/source/blender/editors/gpencil/gpencil_fill.c
+++ b/source/blender/editors/gpencil/gpencil_fill.c
@@ -125,7 +125,6 @@ typedef struct tGPDfill {
 static void gp_draw_basic_stroke(tGPDfill *tgpf, bGPDstroke *gps, const float diff_mat[4][4],
 								bool cyclic, float ink[4], int flag, float thershold)
 {
-	Object *ob = tgpf->ob;
 	bGPDspoint *points = gps->points;
 
 	Material *ma = tgpf->mat;



More information about the Bf-blender-cvs mailing list