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:
-rw-r--r--source/blender/draw/intern/draw_cache_impl_gpencil.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/draw/intern/draw_cache_impl_gpencil.c b/source/blender/draw/intern/draw_cache_impl_gpencil.c
index 0a80f7df877..81208b2f3bf 100644
--- a/source/blender/draw/intern/draw_cache_impl_gpencil.c
+++ b/source/blender/draw/intern/draw_cache_impl_gpencil.c
@@ -771,10 +771,7 @@ static char gpencil_beztriple_vflag_get(char flag,
return vflag;
}
-static void gpencil_edit_curve_stroke_iter_cb(bGPDlayer *gpl,
- bGPDframe *gpf,
- bGPDstroke *gps,
- void *thunk)
+static void gpencil_edit_curve_stroke_iter_cb(bGPDlayer *gpl, bGPDstroke *gps, void *thunk)
{
if (gpl->flag & GP_LAYER_LOCKED) {
return;