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:
authorJean-Luc Peurière <jlp@nerim.net>2005-03-14 23:10:22 +0300
committerJean-Luc Peurière <jlp@nerim.net>2005-03-14 23:10:22 +0300
commit3ca88c4e7f597d10e8d995a2268dbdc948ff1b7b (patch)
tree498c58befbbc2a9720cdd58d1510098d29f12cc0 /source/gameengine/GameLogic/SCA_PythonController.cpp
parent7e2e2b2370b8e01e91f4c904f89760447a00e184 (diff)
ome more warnings cleaning
Diffstat (limited to 'source/gameengine/GameLogic/SCA_PythonController.cpp')
-rw-r--r--source/gameengine/GameLogic/SCA_PythonController.cpp5
1 files changed, 4 insertions, 1 deletions
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(