removed unused structure

This commit is contained in:
erwin.coumans
2008-04-08 21:14:14 +00:00
parent b32d6f790f
commit bfe6774399

View File

@@ -70,21 +70,7 @@ public:
};
/*
class btShapeColladaInfo
{
public:
domGeometry* m_geometry;
int getUid();
btShapeColladaInfo (domGeometry* geometry) : btTypedUserInfo ()
{
m_geometry = geometry;
}
};
*/
///ColladaConverter helps converting the physics assets from COLLADA DOM into physics objects