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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-08-19 13:41:13 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-08-19 13:41:13 +0400
commit2dcb1d70022e06eedfe7339930c3191a8859e7c4 (patch)
tree12b70e1e3d02e019348be1f84d6e1d5d84113e22 /source/blender/makesdna/DNA_meta_types.h
parent7ef3f98de1339f9b25ce5670b9b5d5e5ef798327 (diff)
Remove unused bounding box from MetaBall
-- svn merge -r58150:58151 ^/branches/soc-2013-depsgraph_mt
Diffstat (limited to 'source/blender/makesdna/DNA_meta_types.h')
-rw-r--r--source/blender/makesdna/DNA_meta_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_meta_types.h b/source/blender/makesdna/DNA_meta_types.h
index 56683bf4797..8bbe53b33a6 100644
--- a/source/blender/makesdna/DNA_meta_types.h
+++ b/source/blender/makesdna/DNA_meta_types.h
@@ -65,8 +65,6 @@ typedef struct MetaBall {
ID id;
struct AnimData *adt;
- struct BoundBox *bb;
-
ListBase elems;
ListBase disp;
ListBase *editelems; /* not saved in files, note we use pointer for editmode check */