From 0a23895f95382a8c6d5c36bc8b36802c4474eb2e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 25 Aug 2009 22:51:18 +0000 Subject: remove all python api functions deprecated in 2.49 --- source/gameengine/GameLogic/SCA_IController.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/gameengine/GameLogic/SCA_IController.h') diff --git a/source/gameengine/GameLogic/SCA_IController.h b/source/gameengine/GameLogic/SCA_IController.h index 523878bee26..202921c6986 100644 --- a/source/gameengine/GameLogic/SCA_IController.h +++ b/source/gameengine/GameLogic/SCA_IController.h @@ -97,12 +97,6 @@ public: } } } - - KX_PYMETHOD_NOARGS(SCA_IController,GetSensors); - KX_PYMETHOD_NOARGS(SCA_IController,GetActuators); - KX_PYMETHOD_O(SCA_IController,GetSensor); - KX_PYMETHOD_O(SCA_IController,GetActuator); - KX_PYMETHOD_NOARGS(SCA_IController,GetState); static PyObject* pyattr_get_state(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef); static PyObject* pyattr_get_sensors(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef); -- cgit v1.2.3