removed unused var

This commit is contained in:
Jack Jansen 1996-10-23 15:44:27 +00:00
parent 176f3a9339
commit a1255e0c4e
1 changed files with 0 additions and 1 deletions

View File

@ -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))