ome more warnings cleaning

This commit is contained in:
2005-03-14 20:10:22 +00:00
parent 7e2e2b2370
commit 3ca88c4e7f
13 changed files with 37 additions and 15 deletions

View File

@@ -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(