From 2b7741003e99ba66d52aa358b28d7d6c983ce745 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 May 2020 22:08:46 +1000 Subject: Cleanup: tag unused function --- source/blender/editors/gpencil/gpencil_fill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3