[Bf-blender-cvs] [ed338ba9d0d] greasepencil-object: Cleanup: Remove unused field

Antonio Vazquez noreply at git.blender.org
Thu Jun 1 10:37:39 CEST 2017


Commit: ed338ba9d0d4950343a5168abcda975e7a13fd83
Author: Antonio Vazquez
Date:   Wed May 31 19:18:39 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rBed338ba9d0d4950343a5168abcda975e7a13fd83

Cleanup: Remove unused field

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

M	source/blender/draw/engines/gpencil/gpencil_engine.h

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

diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.h b/source/blender/draw/engines/gpencil/gpencil_engine.h
index 0107ec233ae..c208efc3121 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.h
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.h
@@ -103,7 +103,6 @@ typedef struct GPENCIL_e_data {
 	struct GPUShader *gpencil_stroke_sh;
 	struct GPUShader *gpencil_volumetric_sh;
 	struct GPUShader *gpencil_drawing_fill_sh;
-	struct Main *bmain;
 } GPENCIL_e_data; /* Engine data */
 
 /* Batch Cache */




More information about the Bf-blender-cvs mailing list