comment cleanup

This commit is contained in:
2012-03-14 22:39:56 +00:00
parent e7c4a25963
commit c2d93e8d4a
2 changed files with 11 additions and 13 deletions

View File

@@ -999,8 +999,6 @@ static PyObject *Vector_angle_signed(VectorObject *self, PyObject *args)
if (BaseMath_ReadCallback(self) == -1)
return NULL;
/* don't use clamped size, rule of thumb is vector sizes must match,
* even though n this case 'w' is ignored */
if (mathutils_array_parse(tvec, 2, 2, value, "Vector.angle_signed(other), invalid 'other' arg") == -1)
return NULL;