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>2010-03-31 16:35:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-03-31 16:35:05 +0400
commit8c1f847a47d8c0c67c2eef393b7926acca658c53 (patch)
tree80135101297cafd71be1a0cf20b30535487c82a5 /source/blender/blenlib/BLI_blenlib.h
parent94c35e201223895d6024cc202d02661faf250c93 (diff)
[#21762] BLI_dynamiclist is never used
data structure has some advantages but isnt used. removing for now.
Diffstat (limited to 'source/blender/blenlib/BLI_blenlib.h')
-rw-r--r--source/blender/blenlib/BLI_blenlib.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_blenlib.h b/source/blender/blenlib/BLI_blenlib.h
index 8b0625fc282..3028161734c 100644
--- a/source/blender/blenlib/BLI_blenlib.h
+++ b/source/blender/blenlib/BLI_blenlib.h
@@ -74,8 +74,6 @@ extern "C" {
#include "BLI_listbase.h"
-#include "BLI_dynamiclist.h"
-
#include "BLI_string.h"
#include "BLI_path_util.h"