Skip to content

Commit

Permalink
Merge pull request #5026 from radarhere/unused
Browse files Browse the repository at this point in the history
Removed unused C methods
  • Loading branch information
hugovk committed Nov 18, 2020
2 parents 631e0b9 + 8593e17 commit 2b87cca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/display.c
Expand Up @@ -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 */
};

Expand Down

0 comments on commit 2b87cca

Please sign in to comment.