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:
authorJacques Lucke <jacques@blender.org>2022-09-21 11:38:41 +0300
committerJacques Lucke <jacques@blender.org>2022-09-21 11:39:07 +0300
commitbc88f2006d8163be52a54191a4e553d566395c5e (patch)
treedc7b9baeb81fac179dcdf9a0eea771bccce74929 /source/blender/blenlib/CMakeLists.txt
parentea79dab0621a0ef992d6289a95e72329279f6383 (diff)
Cleanup: remove vector adaptor data structure
This was used in early node based particle system development but is not used anymore. The code also didn't match the standards of other data structures in blenlib.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 36acbd41ad7..e0d05f8c36a 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -333,7 +333,6 @@ set(SRC
BLI_uuid.h
BLI_uvproject.h
BLI_vector.hh
- BLI_vector_adaptor.hh
BLI_vector_set.hh
BLI_vector_set_slots.hh
BLI_virtual_array.hh