Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Ketsji/KX_IPO_SGController.h')
-rw-r--r--source/gameengine/Ketsji/KX_IPO_SGController.h6
1 files changed, 0 insertions, 6 deletions
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;