Cleanup: remove redundant initializers

This commit is contained in:
2015-04-16 22:26:20 +10:00
parent 69b33b6ed3
commit 6603a10331
5 changed files with 24 additions and 24 deletions

View File

@@ -836,7 +836,7 @@ static void bpy_module_delay_init(PyObject *bpy_proxy)
static void dealloc_obj_dealloc(PyObject *self);
static PyTypeObject dealloc_obj_Type = {{{0}}};
static PyTypeObject dealloc_obj_Type;
/* use our own dealloc so we can free a property if we use one */
static void dealloc_obj_dealloc(PyObject *self)