[Bf-blender-cvs] [6f0029c87dd] greasepencil-edit-curve: GPencil: Fix compiler warnings

Antonio Vazquez noreply at git.blender.org
Thu Jul 23 17:56:28 CEST 2020


Commit: 6f0029c87dd926b9b0823837c19029e0b2436e7f
Author: Antonio Vazquez
Date:   Thu Jul 23 17:56:17 2020 +0200
Branches: greasepencil-edit-curve
https://developer.blender.org/rB6f0029c87dd926b9b0823837c19029e0b2436e7f

GPencil: Fix compiler warnings

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_select.c b/source/blender/editors/gpencil/gpencil_select.c
index 1e1cdeba7a1..90cf12eff2f 100644
--- a/source/blender/editors/gpencil/gpencil_select.c
+++ b/source/blender/editors/gpencil/gpencil_select.c
@@ -1746,7 +1746,6 @@ static bool gpencil_generic_stroke_select(bContext *C,
 {
   GP_SpaceConversion gsc = {NULL};
   bool changed = false;
-  const bool is_curve_edit = (bool)GPENCIL_CURVE_EDIT_SESSIONS_ON(gpd);
   /* init space conversion stuff */
   gpencil_point_conversion_init(C, &gsc);



More information about the Bf-blender-cvs mailing list