[Bf-blender-cvs] [fb688a838f0] greasepencil-object: Cleanup: Remove duplicate definition

Antonio Vazquez noreply at git.blender.org
Tue Jun 13 13:36:40 CEST 2017


Commit: fb688a838f0723ea68d95f536aca38d5bf53daaa
Author: Antonio Vazquez
Date:   Tue Jun 13 13:36:31 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rBfb688a838f0723ea68d95f536aca38d5bf53daaa

Cleanup: Remove duplicate definition

Added in other commit already

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

M	source/blender/draw/engines/gpencil/gpencil_engine.h
M	source/blender/editors/include/ED_gpencil.h

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

diff --git a/source/blender/draw/engines/gpencil/gpencil_engine.h b/source/blender/draw/engines/gpencil/gpencil_engine.h
index 7cde5d7dfd0..c150a48f778 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.h
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.h
@@ -132,8 +132,6 @@ typedef struct GpencilBatchCache {
 	int cache_idx;   /* current slot index */
 } GpencilBatchCache;
 
-struct tGPspoint;
-
 struct DRWShadingGroup *DRW_gpencil_shgroup_stroke_create(struct GPENCIL_Data *vedata, struct DRWPass *pass, struct GPUShader *shader, bGPdata *gpd);
 struct DRWShadingGroup *DRW_gpencil_shgroup_point_volumetric_create(struct DRWPass *pass, struct GPUShader *shader);
 struct DRWShadingGroup *DRW_gpencil_shgroup_edit_volumetric_create(struct DRWPass *pass, struct GPUShader *shader);
diff --git a/source/blender/editors/include/ED_gpencil.h b/source/blender/editors/include/ED_gpencil.h
index 0008f4fc2f4..8e75aeda03b 100644
--- a/source/blender/editors/include/ED_gpencil.h
+++ b/source/blender/editors/include/ED_gpencil.h
@@ -39,7 +39,6 @@ struct bGPdata;
 struct bGPDlayer;
 struct bGPDframe;
 struct bGPDstroke;
-struct bGPDspoint;
 struct bGPDpalette;
 struct bGPDpalettecolor;
 struct bGPDspoint;




More information about the Bf-blender-cvs mailing list