From a9918e9c0eac5d6b4ed89d7b7eae617c8a3785ad Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Oct 2022 13:54:01 +1100 Subject: Cleanup: undeclared function warning --- source/blender/editors/sculpt_paint/sculpt_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender') diff --git a/source/blender/editors/sculpt_paint/sculpt_ops.c b/source/blender/editors/sculpt_paint/sculpt_ops.c index ae119b9e8a5..258e14479c8 100644 --- a/source/blender/editors/sculpt_paint/sculpt_ops.c +++ b/source/blender/editors/sculpt_paint/sculpt_ops.c @@ -1355,7 +1355,7 @@ static int sculpt_reveal_all_exec(bContext *C, wmOperator *op) return OPERATOR_FINISHED; } -void SCULPT_OT_reveal_all(wmOperatorType *ot) +static void SCULPT_OT_reveal_all(wmOperatorType *ot) { /* Identifiers. */ ot->name = "Reveal All"; -- cgit v1.2.3