diff options
Diffstat (limited to 'Mac/Modules/macosmodule.c')
-rw-r--r-- | Mac/Modules/macosmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index cda079ac1c..5ad53b4c22 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)) |