From 646aeb33ebe69be6f439106372a1e5a4cbb0964b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=E2=80=98Touky=E2=80=99=20Huet?= Date: Wed, 15 Aug 2012 23:04:39 +0000 Subject: [PATCH] Warning removal. --- test/Physics/Include/LolPhysics.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/Physics/Include/LolPhysics.h b/test/Physics/Include/LolPhysics.h index 745969c4..3f4cce19 100644 --- a/test/Physics/Include/LolPhysics.h +++ b/test/Physics/Include/LolPhysics.h @@ -106,12 +106,6 @@ private: m_dynamics_world->setGravity(LOL2BT_VEC3(NewGravity * LOL2BT_UNIT)); } - void CustomSetWorldLimit(vec3 const &NewWorldMin, vec3 const &NewWorldMax) - { - } - - void CustomSetTimestep(float NewTimestep) { } - //broadphase btBroadphaseInterface* m_broadphase; btAxisSweep3* m_Sweep_broadphase;