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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to