Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-03-06 03:14:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-06 03:14:21 +0300
commit310285b0c22c7dd14e42af9045137381a50653e9 (patch)
tree539f23fbbeed25feeefe7aac6bcef5424938b38b /source/blender/editors/sculpt_paint/sculpt_intern.h
parenteed1beff88afbf84d37aa2ceef62501ec3888bed (diff)
Cleanup: redundant-decls warning
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h5
1 files changed, 0 insertions, 5 deletions
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 {