Commit: 3bbf08cc154124e452b813c484563ed62454cc69 Author: Joshua Leung Date: Wed Jun 27 00:03:15 2018 +1200 Branches: greasepencil-object https://developer.blender.org/rB3bbf08cc154124e452b813c484563ed62454cc69
Cleanup: Remove some obsolete 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 6087fdf55da..d23d37e9467 100644 --- a/source/blender/editors/gpencil/gpencil_intern.h +++ b/source/blender/editors/gpencil/gpencil_intern.h @@ -374,12 +374,7 @@ void GPENCIL_OT_stroke_simplify_fixed(struct wmOperatorType *ot); void GPENCIL_OT_stroke_separate(struct wmOperatorType *ot); void GPENCIL_OT_stroke_split(struct wmOperatorType *ot); -void GPENCIL_OT_brush_add(struct wmOperatorType *ot); -void GPENCIL_OT_brush_remove(struct wmOperatorType *ot); -void GPENCIL_OT_brush_change(struct wmOperatorType *ot); -void GPENCIL_OT_brush_move(struct wmOperatorType *ot); void GPENCIL_OT_brush_presets_create(struct wmOperatorType *ot); -void GPENCIL_OT_brush_copy(struct wmOperatorType *ot); void GPENCIL_OT_brush_select(struct wmOperatorType *ot); void GPENCIL_OT_sculpt_select(struct wmOperatorType *ot); _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
