From c844aa265ad4eb50ad0e18661470fa6092052728 Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Fri, 25 Mar 2005 10:33:39 +0000 Subject: Big patches: Erwin Coumans: Abstract the physics engine Charlie C: Joystick fixes Me: Moved the ray cast (shadows, mouse sensor & ray sensor) --- source/gameengine/Ketsji/KX_IPO_SGController.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/gameengine/Ketsji/KX_IPO_SGController.h') diff --git a/source/gameengine/Ketsji/KX_IPO_SGController.h b/source/gameengine/Ketsji/KX_IPO_SGController.h index 107d5026370..3b20f47f5fc 100644 --- a/source/gameengine/Ketsji/KX_IPO_SGController.h +++ b/source/gameengine/Ketsji/KX_IPO_SGController.h @@ -59,12 +59,6 @@ class KX_IpoSGController : public SG_Controller /** Local time of this ipo.*/ double m_ipotime; - /** A reference to the sm scene an eventually associated physics object is in. */ -// class SM_Scene* m_sumo_scene; - - /** A reference an eventually associated physics object is in. */ - class SM_Object* m_sumo_object; - /** A reference to the original game object. */ class KX_GameObject* m_game_object; -- cgit v1.2.3