removing 2 getset duplicates

This commit is contained in:
2007-07-20 02:23:55 +00:00
parent 6e0d977977
commit f8a1397b67
2 changed files with 0 additions and 13 deletions

View File

@@ -5036,10 +5036,6 @@ static PyGetSetDef BPy_Object_getseters[] = {
(getter)Object_getRBHalfExtents, (setter)NULL,
"Rigid body physics bounds object type",
NULL},
{"type",
(getter)Object_getType, (setter)NULL,
"String describing Object type",
NULL},
{"restrictDisplay",
(getter)Object_getRestricted, (setter)Object_setRestricted,