From 8593e17b0500b847070014e219b5e2cbebd9f9c2 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 2 Nov 2020 20:58:51 +1100 Subject: [PATCH] Removed unused methods --- src/display.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/display.c b/src/display.c index 2eb4a58556d..9960d829f4e 100644 --- a/src/display.c +++ b/src/display.c @@ -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 */ };