removing unneeded checks

This commit is contained in:
2007-07-25 04:45:20 +00:00
parent cb2d93e09d
commit 17533e534f
3 changed files with 11 additions and 98 deletions

View File

@@ -1341,7 +1341,7 @@ int BPY_pyconstraint_targets(bPythonConstraint *con, float targetmat[][4])
return 0;
}
if (retval) {Py_XDECREF( retval );}
Py_XDECREF( retval );
retval = NULL;
/* try to find USE_TARGET global constant */