projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleanup: replace ifdef w/ stub
[blender.git]
/
source
/
blender
/
blenkernel
/
intern
/
collection.c
diff --git
a/source/blender/blenkernel/intern/collection.c
b/source/blender/blenkernel/intern/collection.c
index c13cdb0ca0cc347ea113ea4167d0a718579efd58..33287d5a2f8a0765617b0fb2aa506dc45cfa7987 100644
(file)
--- a/
source/blender/blenkernel/intern/collection.c
+++ b/
source/blender/blenkernel/intern/collection.c
@@
-517,9
+517,7
@@
static bool collection_object_add(Main *bmain, Collection *collection, Object *o
}
if ((flag & LIB_ID_CREATE_NO_MAIN) == 0) {
-#ifdef WITH_BULLET
BKE_rigidbody_main_collection_object_add(bmain, collection, ob);
-#endif
}
return true;