Commit: a9918e9c0eac5d6b4ed89d7b7eae617c8a3785ad
Author: Campbell Barton
Date:   Tue Oct 4 13:54:01 2022 +1100
Branches: master
https://developer.blender.org/rBa9918e9c0eac5d6b4ed89d7b7eae617c8a3785ad

Cleanup: undeclared function warning

===================================================================

M       source/blender/editors/sculpt_paint/sculpt_ops.c

===================================================================

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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to