From 269b7ae7c163644b6b2549b69b0ecfb3d751f9d8 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Thu, 28 Jul 2016 11:44:54 -0700 Subject: [PATCH] remove commented out cruft --- libraries/physics/src/CollisionRenderMeshCache.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/libraries/physics/src/CollisionRenderMeshCache.h b/libraries/physics/src/CollisionRenderMeshCache.h index 0c789f3da9..910b43996e 100644 --- a/libraries/physics/src/CollisionRenderMeshCache.h +++ b/libraries/physics/src/CollisionRenderMeshCache.h @@ -18,18 +18,6 @@ #include -/* -class btCollisionShape; - -namespace std { - template <> - struct hash { - std::size_t operator()(btCollisionShape* shape) const { - return (hash()((void*)shape)); - } - }; -} -*/ class CollisionRenderMeshCache { public: