[Bf-blender-cvs] [f99acbe54b3] greasepencil-object: Cleanup: More unused variables

Antonio Vazquez noreply at git.blender.org
Fri Nov 8 20:02:47 CET 2019


Commit: f99acbe54b3faca7359a95d110d8787672e0dbf1
Author: Antonio Vazquez
Date:   Fri Nov 8 20:02:40 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rBf99acbe54b3faca7359a95d110d8787672e0dbf1

Cleanup: More unused variables

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_vertex_paint.c b/source/blender/editors/gpencil/gpencil_vertex_paint.c
index 3e3d5037d5f..61e20b0235a 100644
--- a/source/blender/editors/gpencil/gpencil_vertex_paint.c
+++ b/source/blender/editors/gpencil/gpencil_vertex_paint.c
@@ -172,13 +172,6 @@ static tGP_selected *gpencil_select_buffer_ensure(tGP_selected *buffer_array,
   return buffer_array;
 }
 
-/* Callback for performing some brush operation on a single point */
-typedef bool (*GP_VertexpaintApplyCb)(tGP_BrushVertexpaintData *gso,
-                                      bGPDstroke *gps,
-                                      int pt_index,
-                                      const int radius,
-                                      const int co[2]);
-
 /* Brush Operations ------------------------------- */
 
 /* Invert behavior of brush? */



More information about the Bf-blender-cvs mailing list