From a1255e0c4e87b17a5066d35835fc3900ca217bbb Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 23 Oct 1996 15:44:27 +0000 Subject: removed unused var --- Mac/Modules/macosmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index cda079a..5ad53b4 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)) -- cgit v0.12