remove commented out cruft

This commit is contained in:
Andrew Meadows 2016-07-28 11:44:54 -07:00
parent 83426fd5a8
commit 269b7ae7c1

View file

@ -18,18 +18,6 @@
#include <model/Geometry.h>
/*
class btCollisionShape;
namespace std {
template <>
struct hash<btCollisionShape*> {
std::size_t operator()(btCollisionShape* shape) const {
return (hash<void*>()((void*)shape));
}
};
}
*/
class CollisionRenderMeshCache {
public: