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:
authorHans Goudey <h.goudey@me.com>2021-06-07 21:42:41 +0300
committerHans Goudey <h.goudey@me.com>2021-06-07 21:42:41 +0300
commit1c6e338d59285222276f31591532df69a9978362 (patch)
treeea7b439d692bf77c3717d8ef8235da88d4ae240e /source/blender/blenkernel/BKE_displist.h
parent7313b243f2abb981efe55ac7f3d07e6a0cd004c7 (diff)
Cleanup: Make function static
This was not used in any other file, and it's not likely to be used elsewhere in the future anyway.
Diffstat (limited to 'source/blender/blenkernel/BKE_displist.h')
-rw-r--r--source/blender/blenkernel/BKE_displist.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/blenkernel/BKE_displist.h b/source/blender/blenkernel/BKE_displist.h
index 3ac43cb75a0..ffa0b4d0091 100644
--- a/source/blender/blenkernel/BKE_displist.h
+++ b/source/blender/blenkernel/BKE_displist.h
@@ -84,13 +84,6 @@ void BKE_displist_count(const struct ListBase *lb, int *totvert, int *totface, i
void BKE_displist_free(struct ListBase *lb);
bool BKE_displist_has_faces(const struct ListBase *lb);
-void BKE_displist_make_surf(struct Depsgraph *depsgraph,
- const struct Scene *scene,
- struct Object *ob,
- struct ListBase *dispbase,
- struct Mesh **r_final,
- const bool for_render,
- const bool for_orco);
void BKE_displist_make_curveTypes(struct Depsgraph *depsgraph,
const struct Scene *scene,
struct Object *ob,