From 2a87246be478e5ddd2bef4080f36382a889e02dd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 27 Jan 2011 12:36:26 +0000 Subject: Moved material loading from render to core, make sure the dedicated server reads materials.ini, removed unnecessary CollisionMesh::translate() method. --- src/model/collisionmesh.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/model/collisionmesh.h') diff --git a/src/model/collisionmesh.h b/src/model/collisionmesh.h index 7329a0e..9efd21a 100644 --- a/src/model/collisionmesh.h +++ b/src/model/collisionmesh.h @@ -58,8 +58,6 @@ public: * @brief add a triangle to the collision mesh */ void add_triangle(const math::Vector3f & v0, const math::Vector3f & v1, const math::Vector3f & v2); - - void translate(const math::Vector3f translation); /* ---- static ----------------------------------------------------- */ -- cgit v1.2.3