[Bf-blender-cvs] [8c8c80701bd] greasepencil-object: Code Cleanup - Remove old/non-existent operator defines

Joshua Leung noreply at git.blender.org
Wed Oct 4 14:17:17 CEST 2017


Commit: 8c8c80701bd20c013a593640fdf1b9378f225cfa
Author: Joshua Leung
Date:   Wed Oct 4 14:35:46 2017 +1300
Branches: greasepencil-object
https://developer.blender.org/rB8c8c80701bd20c013a593640fdf1b9378f225cfa

Code Cleanup - Remove old/non-existent operator defines

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

M	source/blender/editors/gpencil/gpencil_intern.h

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

diff --git a/source/blender/editors/gpencil/gpencil_intern.h b/source/blender/editors/gpencil/gpencil_intern.h
index 589fe529034..79ab410a828 100644
--- a/source/blender/editors/gpencil/gpencil_intern.h
+++ b/source/blender/editors/gpencil/gpencil_intern.h
@@ -257,12 +257,8 @@ void GPENCIL_OT_brush_select(struct wmOperatorType *ot);
 
 void GPENCIL_OT_sculpt_select(struct wmOperatorType *ot);
 
-void GPENCIL_OT_palette_add(struct wmOperatorType *ot);
-void GPENCIL_OT_palette_remove(struct wmOperatorType *ot);
-void GPENCIL_OT_palette_change(struct wmOperatorType *ot);
 
-void GPENCIL_OT_palettecolor_add(struct wmOperatorType *ot);
-void GPENCIL_OT_palettecolor_remove(struct wmOperatorType *ot);
+void GPENCIL_OT_convert_old_palettes(struct wmOperatorType *ot);
 
 /* undo stack ---------- */
 
@@ -276,9 +272,7 @@ void GPENCIL_OT_interpolate(struct wmOperatorType *ot);
 void GPENCIL_OT_interpolate_sequence(struct wmOperatorType *ot);
 void GPENCIL_OT_interpolate_reverse(struct wmOperatorType *ot);
 
-void GPENCIL_OT_convert_old_palettes(struct wmOperatorType *ot);
-
-/* vertex groups */
+/* vertex groups ------------ */
 void GPENCIL_OT_vertex_group_assign(struct wmOperatorType *ot);
 void GPENCIL_OT_vertex_group_remove_from(struct wmOperatorType *ot);
 void GPENCIL_OT_vertex_group_select(struct wmOperatorType *ot);



More information about the Bf-blender-cvs mailing list