From 018fe81779e81ad43b16c74969764ae3b71d4b40 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 20 Jan 2014 14:11:12 +0100 Subject: Fix T38269: scene full copy in mesh edit or sculpt mode did not copy mesh edits. --- source/blender/editors/include/ED_sculpt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/include/ED_sculpt.h') diff --git a/source/blender/editors/include/ED_sculpt.h b/source/blender/editors/include/ED_sculpt.h index 4c6c4090548..ba69be5b4c0 100644 --- a/source/blender/editors/include/ED_sculpt.h +++ b/source/blender/editors/include/ED_sculpt.h @@ -44,7 +44,6 @@ struct rcti; void ED_operatortypes_sculpt(void); void sculpt_get_redraw_planes(float planes[4][4], struct ARegion *ar, struct RegionView3D *rv3d, struct Object *ob); -void ED_sculpt_force_update(struct bContext *C); void ED_sculpt_get_average_stroke(struct Object *ob, float stroke[3]); int ED_sculpt_minmax(struct bContext *C, float min[3], float max[3]); int ED_sculpt_mask_layers_ensure(struct Object *ob, -- cgit v1.2.3