[Bf-blender-cvs] [aee9d9a4a48] master: Cleanup: unused variables

Campbell Barton noreply at git.blender.org
Tue Dec 3 13:43:46 CET 2019


Commit: aee9d9a4a48270878c089c6c371a33c12b670e8b
Author: Campbell Barton
Date:   Tue Dec 3 23:25:56 2019 +1100
Branches: master
https://developer.blender.org/rBaee9d9a4a48270878c089c6c371a33c12b670e8b

Cleanup: unused variables

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

M	source/blender/makesrna/intern/rna_gpencil.c

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

diff --git a/source/blender/makesrna/intern/rna_gpencil.c b/source/blender/makesrna/intern/rna_gpencil.c
index 46317a30b19..17163095d4b 100644
--- a/source/blender/makesrna/intern/rna_gpencil.c
+++ b/source/blender/makesrna/intern/rna_gpencil.c
@@ -168,7 +168,7 @@ static void rna_GPencil_editmode_update(Main *UNUSED(bmain), Scene *UNUSED(scene
 }
 
 /* Recalc UVs and Fill for all strokes. */
-static void rna_GPencil_strokes_update(Main *bmain, Scene *scene, PointerRNA *ptr)
+static void rna_GPencil_strokes_update(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRNA *ptr)
 {
   bGPdata *gpd = (bGPdata *)ptr->owner_id;
   if (gpd) {



More information about the Bf-blender-cvs mailing list