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>2021-06-02 18:12:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-02 18:12:00 +0300
commitb8ae30e9e33312da1f38f4187800002eaa957295 (patch)
treefca8b8530666a6b330361eaf6d841b050db27a14 /source/blender/editors/gpencil
parentae28ceb9d86e9db702d968ed779e9bb2b2d31a08 (diff)
Cleanup: unused variable
Diffstat (limited to 'source/blender/editors/gpencil')
-rw-r--r--source/blender/editors/gpencil/gpencil_edit.c2
1 files changed, 1 insertions, 1 deletions
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;