Cleanup: remove redundant 'char *' casts
This commit is contained in:
@@ -258,10 +258,10 @@ static int integration_type_set(BPy_UnaryFunction1DDouble *self,
|
||||
}
|
||||
|
||||
static PyGetSetDef BPy_UnaryFunction1DDouble_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