removed unused var
This commit is contained in:
parent
176f3a9339
commit
a1255e0c4e
|
@ -505,7 +505,6 @@ MacOS_splash(PyObject *self, PyObject *args)
|
||||||
static DialogPtr curdialog;
|
static DialogPtr curdialog;
|
||||||
WindowRef theWindow;
|
WindowRef theWindow;
|
||||||
CGrafPtr thePort;
|
CGrafPtr thePort;
|
||||||
short item;
|
|
||||||
short xpos, ypos, width, height, swidth, sheight;
|
short xpos, ypos, width, height, swidth, sheight;
|
||||||
|
|
||||||
if (!PyArg_ParseTuple(args, "|i", &resid))
|
if (!PyArg_ParseTuple(args, "|i", &resid))
|
||||||
|
|
Loading…
Reference in New Issue