Commit: 57ef6dca0b47340e8c9daa02c1c5b914cd099906
Author: Antonio Vazquez
Date:   Mon Aug 24 19:19:52 2020 +0200
Branches: soc-2020-greasepencil-curve
https://developer.blender.org/rB57ef6dca0b47340e8c9daa02c1c5b914cd099906

GPencil: Cleanup 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 1e245e85b3b..845e46a383f 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