Cleanup: remove redundant struct qualifiers
This commit is contained in:
@@ -3254,7 +3254,7 @@ static PyGetSetDef Matrix_getseters[] = {
|
||||
/** \name Matrix Type: Method Definitions
|
||||
* \{ */
|
||||
|
||||
static struct PyMethodDef Matrix_methods[] = {
|
||||
static PyMethodDef Matrix_methods[] = {
|
||||
/* Derived values. */
|
||||
{"determinant", (PyCFunction)Matrix_determinant, METH_NOARGS, Matrix_determinant_doc},
|
||||
{"decompose", (PyCFunction)Matrix_decompose, METH_NOARGS, Matrix_decompose_doc},
|
||||
|
||||
Reference in New Issue
Block a user