[Bf-blender-cvs] [60bc5eec365] greasepencil-object: Gpencil: Cleanup unused code

Antonio Vazquez noreply at git.blender.org
Fri Apr 10 11:59:24 CEST 2020


Commit: 60bc5eec365475bd79be7b69959e3ec2d5fbe4dd
Author: Antonio Vazquez
Date:   Fri Apr 10 11:59:03 2020 +0200
Branches: greasepencil-object
https://developer.blender.org/rB60bc5eec365475bd79be7b69959e3ec2d5fbe4dd

Gpencil: Cleanup unused code

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_trace_utils.c b/source/blender/editors/gpencil/gpencil_trace_utils.c
index abb30c5ad49..a8a3e6c7bb4 100644
--- a/source/blender/editors/gpencil/gpencil_trace_utils.c
+++ b/source/blender/editors/gpencil/gpencil_trace_utils.c
@@ -314,14 +314,6 @@ void ED_gpencil_trace_data_to_gp(potrace_state_t *st,
     /* Update geometry. */
     BKE_gpencil_stroke_geometry_update(gps);
 
-    /* At the end of a group of a positive path and its negative
-     *  children, fill.
-     * Sign is the char +(43) or -(45) */
-#if 0
-    if (path->next == NULL || path->next->sign == '+') {
-      printf("-- End of group ---\n");
-    }
-#endif
     path = path->next;
   }
 }



More information about the Bf-blender-cvs mailing list