remove foreach_get/set for rna arrays, was crashing and are only valid for collections.

This commit is contained in:
Campbell Barton 2010-08-15 16:06:26 +00:00
parent 728b713d86
commit 3a34d669e1

@ -3130,8 +3130,6 @@ static struct PyMethodDef pyrna_prop_methods[] = {
};
static struct PyMethodDef pyrna_prop_array_methods[] = {
{"foreach_get", (PyCFunction)pyrna_prop_foreach_get, METH_VARARGS, NULL},
{"foreach_set", (PyCFunction)pyrna_prop_foreach_set, METH_VARARGS, NULL},
{NULL, NULL, 0, NULL}
};