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>2012-01-17 20:03:49 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-17 20:03:49 +0400
commitbda8c6528e7531729e51e6241fdb882190a00f85 (patch)
treeb6773aa34ab319fe979d3dd9c24c47a22391a248 /source/blender/blenkernel/CMakeLists.txt
parentaf6f7534007afef08b6f98a7eda5884f7bfcf4bb (diff)
remove BKE_array_mallocn.h, replace use with BLI_array.h, also removed
ifdef'd code which has since been moved into another file.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt
index 9135f3e39f0..42e6f1d8fb2 100644
--- a/source/blender/blenkernel/CMakeLists.txt
+++ b/source/blender/blenkernel/CMakeLists.txt
@@ -156,7 +156,6 @@ set(SRC
BKE_anim.h
BKE_animsys.h
BKE_armature.h
- BKE_array_mallocn.h
BKE_blender.h
BKE_bmesh.h
BKE_bmeshCustomData.h