+ replace old C casts with static_cast in generated C++ code, remove unused parent structure of Python classes, support of -1 as return value of setCustomAttributes

This commit is contained in:
wmayer
2015-09-27 22:08:08 +02:00
parent 798f74fa7f
commit 6b67d4a4e7
6 changed files with 25 additions and 51 deletions

View File

@@ -223,11 +223,6 @@ PyMethodDef ParameterGrpPy::Methods[] = {
{NULL, NULL, 0, NULL} /* Sentinel */
};
//--------------------------------------------------------------------------
// Parents structure
//--------------------------------------------------------------------------
PyParentObject ParameterGrpPy::Parents[] = {&PyObjectBase::Type,&ParameterGrpPy::Type, NULL};
//--------------------------------------------------------------------------
// constructor
//--------------------------------------------------------------------------