[Bf-blender-cvs] [54c47128889] greasepencil-object: Cleanup: Remove unused variables

Antonio Vazquez noreply at git.blender.org
Sun Jul 23 20:10:05 CEST 2017


Commit: 54c4712888958c50e17db20af05eaa2a78847c70
Author: Antonio Vazquez
Date:   Sun Jul 23 20:08:50 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB54c4712888958c50e17db20af05eaa2a78847c70

Cleanup: Remove unused variables

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

M	source/blender/modifiers/intern/MOD_gpencilarray.c

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

diff --git a/source/blender/modifiers/intern/MOD_gpencilarray.c b/source/blender/modifiers/intern/MOD_gpencilarray.c
index 97fa04394b9..f4f8289ffa1 100644
--- a/source/blender/modifiers/intern/MOD_gpencilarray.c
+++ b/source/blender/modifiers/intern/MOD_gpencilarray.c
@@ -127,7 +127,7 @@ static DerivedMesh *applyModifier(ModifierData *md, struct EvaluationContext *UN
 	Base *base_new = NULL;
 	int xyz[3], sh;
 	float mat[4][4], finalmat[4][4];
-	float loc[3], rot[3], size[3];
+	float rot[3];
 
 	if ((!ob) || (!ob->gpd)) {
 		return NULL;




More information about the Bf-blender-cvs mailing list