Cleanup: remove redundant struct qualifiers
This commit is contained in:
@@ -311,7 +311,7 @@ static PyObject *pygpu_vertbuf_attr_fill(BPyGPUVertBuf *self, PyObject *args, Py
|
||||
Py_RETURN_NONE;
|
||||
}
|
||||
|
||||
static struct PyMethodDef pygpu_vertbuf__tp_methods[] = {
|
||||
static PyMethodDef pygpu_vertbuf__tp_methods[] = {
|
||||
{"attr_fill",
|
||||
(PyCFunction)pygpu_vertbuf_attr_fill,
|
||||
METH_VARARGS | METH_KEYWORDS,
|
||||
|
||||
Reference in New Issue
Block a user