[Bf-blender-cvs] [2b7741003e9] blender-v2.83-release: Cleanup: tag unused function

Campbell Barton noreply at git.blender.org
Tue May 12 14:09:41 CEST 2020


Commit: 2b7741003e99ba66d52aa358b28d7d6c983ce745
Author: Campbell Barton
Date:   Tue May 12 22:08:46 2020 +1000
Branches: blender-v2.83-release
https://developer.blender.org/rB2b7741003e99ba66d52aa358b28d7d6c983ce745

Cleanup: tag unused function

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c
index 82373850dc8..c24f7150cbb 100644
--- a/source/blender/editors/gpencil/gpencil_fill.c
+++ b/source/blender/editors/gpencil/gpencil_fill.c
@@ -669,7 +669,7 @@ static void gpencil_boundaryfill_area(tGPDfill *tgpf)
 }
 
 /* Check if there are some pixel not filled with green. If no points, means nothing to fill. */
-static bool gpencil_check_borders(tGPDfill *tgpf)
+static bool UNUSED_FUNCTION(gpencil_check_borders)(tGPDfill *tgpf)
 {
   ImBuf *ibuf;
   void *lock;



More information about the Bf-blender-cvs mailing list