* remove return statement.

This commit is contained in:
Nathan Letwory
2008-02-04 09:34:08 +00:00
parent 342f15a93b
commit 565d5282fc

View File

@@ -136,7 +136,6 @@ void BPY_pyconstraint_driver(struct bPythonConstraint *con, struct bConstraintOb
}
void BPY_pyconstraint_targets(struct bPythonConstraint *con, struct bConstraintTarget *ct)
{
return 0;
}