Cleanup: tag unused function

This commit is contained in:
Campbell Barton 2020-05-12 22:08:46 +10:00
parent 973ab436f0
commit 2b7741003e
1 changed files with 1 additions and 1 deletions

View File

@ -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;