mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Removed unused methods
This commit is contained in:
parent
662f56563c
commit
8593e17b05
|
@ -234,8 +234,6 @@ static struct PyMethodDef methods[] = {
|
|||
{"releasedc", (PyCFunction)_releasedc, 1},
|
||||
{"frombytes", (PyCFunction)_frombytes, 1},
|
||||
{"tobytes", (PyCFunction)_tobytes, 1},
|
||||
{"fromstring", (PyCFunction)_frombytes, 1},
|
||||
{"tostring", (PyCFunction)_tobytes, 1},
|
||||
{NULL, NULL} /* sentinel */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user