Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-05-12 15:08:46 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-12 15:09:03 +0300
commit2b7741003e99ba66d52aa358b28d7d6c983ce745 (patch)
tree74130de21aa60cefde760a4dc433f5e9bf05de2a /source/blender/editors/gpencil
parent973ab436f07c652cb6aa13bedc351df06bce6561 (diff)
Cleanup: tag unused function
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/gpencil_fill.c2
1 files changed, 1 insertions, 1 deletions
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;