Cleanup: use static for undeclared function

This commit is contained in:
Campbell Barton
2019-08-08 22:47:10 +10:00
parent b9d0f33530
commit 01aae653a1

View File

@@ -4524,7 +4524,7 @@ bool ED_object_gpencil_exit(struct Main *bmain, Object *ob)
}
/* ** merge by distance *** */
bool gp_merge_by_distance_poll(bContext *C)
static bool gp_merge_by_distance_poll(bContext *C)
{
Object *ob = CTX_data_active_object(C);
if (ob == NULL) {