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:12:06 +0300
committerHans Goudey <h.goudey@me.com>2021-06-07 21:12:06 +0300
commit1182c269787dd73a20ef5c524325ff60918bb02d (patch)
treed3b8b151f3db6fc8ae65ee77000755ffda75099b /source/blender/blenkernel/BKE_displist.h
parent8cbff7093d658661e8f8f242552a4de95a9fbc64 (diff)
Cleanup: Remove unused function, make function private
Diffstat (limited to 'source/blender/blenkernel/BKE_displist.h')
-rw-r--r--source/blender/blenkernel/BKE_displist.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_displist.h b/source/blender/blenkernel/BKE_displist.h
index 23f01bc0d02..459db9415af 100644
--- a/source/blender/blenkernel/BKE_displist.h
+++ b/source/blender/blenkernel/BKE_displist.h
@@ -78,8 +78,6 @@ typedef struct DispList {
} DispList;
void BKE_displist_copy(struct ListBase *lbn, const struct ListBase *lb);
-void BKE_displist_elem_free(DispList *dl);
-DispList *BKE_displist_find_or_create(struct ListBase *lb, int type);
DispList *BKE_displist_find(struct ListBase *lb, int type);
void BKE_displist_normals_add(struct ListBase *lb);
void BKE_displist_count(const struct ListBase *lb, int *totvert, int *totface, int *tottri);