[Bf-blender-cvs] [b8ae30e9e33] master: Cleanup: unused variable

Campbell Barton noreply at git.blender.org
Wed Jun 2 17:12:50 CEST 2021


Commit: b8ae30e9e33312da1f38f4187800002eaa957295
Author: Campbell Barton
Date:   Thu Jun 3 01:12:00 2021 +1000
Branches: master
https://developer.blender.org/rBb8ae30e9e33312da1f38f4187800002eaa957295

Cleanup: unused variable

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

M	source/blender/editors/gpencil/gpencil_edit.c

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

diff --git a/source/blender/editors/gpencil/gpencil_edit.c b/source/blender/editors/gpencil/gpencil_edit.c
index dc0508bd608..e01221db277 100644
--- a/source/blender/editors/gpencil/gpencil_edit.c
+++ b/source/blender/editors/gpencil/gpencil_edit.c
@@ -5373,7 +5373,7 @@ static bool gpencil_stroke_normalize_poll(bContext *C)
   return ((gpl != NULL) && (ob->mode == OB_MODE_EDIT_GPENCIL));
 }
 
-static void gpencil_stroke_normalize_ui(bContext *C, wmOperator *op)
+static void gpencil_stroke_normalize_ui(bContext *UNUSED(C), wmOperator *op)
 {
   uiLayout *layout = op->layout;
   uiLayout *row;



More information about the Bf-blender-cvs mailing list