mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +02:00
remove commented out cruft
This commit is contained in:
parent
83426fd5a8
commit
269b7ae7c1
1 changed files with 0 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue