diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index cda079ac1c5..5ad53b4c22e 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/macosmodule.c @@ -505,7 +505,6 @@ MacOS_splash(PyObject *self, PyObject *args) static DialogPtr curdialog; WindowRef theWindow; CGrafPtr thePort; - short item; short xpos, ypos, width, height, swidth, sheight; if (!PyArg_ParseTuple(args, "|i", &resid))