From: Jack Jansen Date: Wed, 23 Oct 1996 15:44:27 +0000 (+0000) Subject: removed unused var X-Git-Tag: v1.4~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1255e0c4e87b17a5066d35835fc3900ca217bbb;p=thirdparty%2FPython%2Fcpython.git removed unused var --- diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index cda079ac1c59..5ad53b4c22ef 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))