enable cmake building makesdna with ghash

This commit is contained in:
2011-10-02 12:34:41 +00:00
parent a1d647e92c
commit acac22f3f2
2 changed files with 1 additions and 2 deletions

View File

@@ -99,7 +99,6 @@ int mathutils_array_parse(float *array, int array_min, int array_max, PyObject *
(size= QuaternionObject_Check(value) ? 4 : 0) ||
(size= ColorObject_Check(value) ? 3 : 0))
{
printf("siez %d\n", size);
if(BaseMath_ReadCallback((BaseMathObject *)value) == -1) {
return -1;
}