From ba91bab224a7fdab673bb36f91143a17d007c14f Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Wed, 13 Feb 2019 10:05:32 -0800 Subject: [PATCH] remove cruft --- libraries/physics/src/ShapeManager.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/physics/src/ShapeManager.h b/libraries/physics/src/ShapeManager.h index 7583b7d919..c1fb57e017 100644 --- a/libraries/physics/src/ShapeManager.h +++ b/libraries/physics/src/ShapeManager.h @@ -78,8 +78,6 @@ private: // btHashMap is required because it supports memory alignment of the btCollisionShapes btHashMap _shapeMap; - //btAlignedObjectArray _pendingGarbage; - std::vector _garbageRing; uint32_t _ringIndex { 0 }; };