From 3ca88c4e7f597d10e8d995a2268dbdc948ff1b7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Luc=20Peuri=C3=A8re?= Date: Mon, 14 Mar 2005 20:10:22 +0000 Subject: ome more warnings cleaning --- source/gameengine/GameLogic/SCA_PythonController.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source/gameengine/GameLogic/SCA_PythonController.cpp') diff --git a/source/gameengine/GameLogic/SCA_PythonController.cpp b/source/gameengine/GameLogic/SCA_PythonController.cpp index 3a7932fa51c..01afd16e963 100644 --- a/source/gameengine/GameLogic/SCA_PythonController.cpp +++ b/source/gameengine/GameLogic/SCA_PythonController.cpp @@ -128,7 +128,9 @@ void SCA_PythonController::SetDictionary(PyObject* pythondictionary) m_pythondictionary = PyDict_Copy(pythondictionary); /* new reference */ } +#if 0 static char* sPyGetCurrentController__doc__; +#endif PyObject* SCA_PythonController::sPyGetCurrentController(PyObject* self, @@ -139,8 +141,9 @@ PyObject* SCA_PythonController::sPyGetCurrentController(PyObject* self, return m_sCurrentController; } - +#if 0 static char* sPyAddActiveActuator__doc__; +#endif PyObject* SCA_PythonController::sPyAddActiveActuator( -- cgit v1.2.3