mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Merge pull request #5026 from radarhere/unused
Removed unused C methods
This commit is contained in:
commit
2b87ccae89
|
@ -234,8 +234,6 @@ static struct PyMethodDef methods[] = {
|
||||||
{"releasedc", (PyCFunction)_releasedc, 1},
|
{"releasedc", (PyCFunction)_releasedc, 1},
|
||||||
{"frombytes", (PyCFunction)_frombytes, 1},
|
{"frombytes", (PyCFunction)_frombytes, 1},
|
||||||
{"tobytes", (PyCFunction)_tobytes, 1},
|
{"tobytes", (PyCFunction)_tobytes, 1},
|
||||||
{"fromstring", (PyCFunction)_frombytes, 1},
|
|
||||||
{"tostring", (PyCFunction)_tobytes, 1},
|
|
||||||
{NULL, NULL} /* sentinel */
|
{NULL, NULL} /* sentinel */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user