mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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;
|
||||
WindowRef theWindow;
|
||||
CGrafPtr thePort;
|
||||
short item;
|
||||
short xpos, ypos, width, height, swidth, sheight;
|
||||
|
||||
if (!PyArg_ParseTuple(args, "|i", &resid))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue