[Bf-blender-cvs] [5f0cee26f05] blender2.8: GP: Cleanup unused

Antonioya noreply at git.blender.org
Tue Oct 30 13:00:06 CET 2018


Commit: 5f0cee26f059af47877f69c3e0d782d25455a2ad
Author: Antonioya
Date:   Tue Oct 30 12:53:08 2018 +0100
Branches: blender2.8
https://developer.blender.org/rB5f0cee26f059af47877f69c3e0d782d25455a2ad

GP: Cleanup unused

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

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

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

diff --git a/source/blender/editors/gpencil/annotate_draw.c b/source/blender/editors/gpencil/annotate_draw.c
index dae89d2cfd5..1a2d6d67cbe 100644
--- a/source/blender/editors/gpencil/annotate_draw.c
+++ b/source/blender/editors/gpencil/annotate_draw.c
@@ -1050,15 +1050,4 @@ void ED_gpencil_draw_view3d_annotations(
 	gp_draw_data_all(scene, gpd, offsx, offsy, winx, winy, CFRA, dflag, v3d->spacetype);
 }
 
-#if 0 // XXX: Reinstate, after renaming the functions
-
-void ED_gpencil_draw_ex(Scene *scene, bGPdata *gpd, int winx, int winy, const int cfra, const char spacetype)
-{
-	int dflag = GP_DRAWDATA_NOSTATUS | GP_DRAWDATA_ONLYV2D;
-
-	gp_draw_data_all(scene, gpd, 0, 0, winx, winy, cfra, dflag, spacetype);
-}
-
-#endif
-
 /* ************************************************** */



More information about the Bf-blender-cvs mailing list