mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
removed unused var
This commit is contained in:
parent
176f3a9339
commit
a1255e0c4e
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue