Cleanup: remove redundant 'char *' casts
This commit is contained in:
@@ -177,10 +177,10 @@ static int integration_type_set(BPy_UnaryFunction1DVoid *self,
|
||||
}
|
||||
|
||||
static PyGetSetDef BPy_UnaryFunction1DVoid_getseters[] = {
|
||||
{(char *)"integration_type",
|
||||
{"integration_type",
|
||||
(getter)integration_type_get,
|
||||
(setter)integration_type_set,
|
||||
(char *)integration_type_doc,
|
||||
integration_type_doc,
|
||||
NULL},
|
||||
{NULL, NULL, NULL, NULL, NULL} /* Sentinel */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user