[Bf-blender-cvs] [310285b0c22] master: Cleanup: redundant-decls warning

Campbell Barton noreply at git.blender.org
Fri Mar 6 01:54:00 CET 2020


Commit: 310285b0c22c7dd14e42af9045137381a50653e9
Author: Campbell Barton
Date:   Fri Mar 6 11:14:21 2020 +1100
Branches: master
https://developer.blender.org/rB310285b0c22c7dd14e42af9045137381a50653e9

Cleanup: redundant-decls warning

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

M	source/blender/editors/sculpt_paint/sculpt_intern.h

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

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 {



More information about the Bf-blender-cvs mailing list