From 310285b0c22c7dd14e42af9045137381a50653e9 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 6 Mar 2020 11:14:21 +1100 Subject: Cleanup: redundant-decls warning --- source/blender/editors/sculpt_paint/sculpt_intern.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h index a935e32cc08..9a7d32c0200 100644 --- a/source/blender/editors/sculpt_paint/sculpt_intern.h +++ b/source/blender/editors/sculpt_paint/sculpt_intern.h @@ -243,11 +243,6 @@ void SCULPT_pose_ik_chain_free(struct SculptPoseIKChain *ik_chain); void sculpt_visibility_sync_all_face_sets_to_vertices(struct SculptSession *ss); void sculpt_visibility_sync_all_vertex_to_face_sets(struct SculptSession *ss); -/* Dynamic topology */ -void sculpt_pbvh_clear(Object *ob); -void sculpt_dyntopo_node_layers_add(struct SculptSession *ss); -void sculpt_dynamic_topology_disable(bContext *C, struct SculptUndoNode *unode); - /* Undo */ typedef enum { -- cgit v1.2.3