[Bf-blender-cvs] [501f22db814] greasepencil-object: Cleanup: Remove unused code

Antonio Vazquez noreply at git.blender.org
Sun Jun 18 21:07:43 CEST 2017


Commit: 501f22db8144eebdc9679b9084114381354d45df
Author: Antonio Vazquez
Date:   Sun Jun 18 18:49:56 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rB501f22db8144eebdc9679b9084114381354d45df

Cleanup: Remove unused code

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

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 937b0faa7a0..17dfc88eccb 100644
--- a/source/blender/draw/engines/gpencil/gpencil_engine.h
+++ b/source/blender/draw/engines/gpencil/gpencil_engine.h
@@ -35,14 +35,7 @@ struct tGPspoint;
 #define GPENCIL_MAX_SHGROUPS 65536
 #define GPENCIL_MIN_BATCH_SLOTS_CHUNK 8
 
- /* *********** OBJECTS CACHE *********** */
- /* used to sort gpencil objects */
-typedef struct tGPencilObjectCache {
-	struct Object *ob;
-	float zdepth;
-} tGPencilObjectCache;
-
- /* *********** LISTS *********** */
+  /* *********** LISTS *********** */
 typedef struct GPENCIL_shgroup {
 	int t_mix;
 	int t_flip;




More information about the Bf-blender-cvs mailing list