mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:38:27 +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>
|
#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 {
|
class CollisionRenderMeshCache {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue