diff --git a/src/LinearMath/btSerializer.h b/src/LinearMath/btSerializer.h index e57bb245c..7366a240e 100644 --- a/src/LinearMath/btSerializer.h +++ b/src/LinearMath/btSerializer.h @@ -675,7 +675,6 @@ public: ///The btInMemorySerializer is experimental and only suitable in a few cases. ///The btInMemorySerializer takes a shortcut and can be useful to create a deep-copy ///of objects. There will be a demo on how to use the btInMemorySerializer. -#define ENABLE_INMEMORY_SERIALIZER #ifdef ENABLE_INMEMORY_SERIALIZER struct btInMemorySerializer : public btDefaultSerializer