diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1996-10-23 15:44:27 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1996-10-23 15:44:27 (GMT) |
commit | a1255e0c4e87b17a5066d35835fc3900ca217bbb (patch) | |
tree | c4274320bafdec9aa748aadd0e1dcd19dae355b1 /Mac | |
parent | 176f3a9339637647831f124fa72205325699e809 (diff) | |
download | cpython-a1255e0c4e87b17a5066d35835fc3900ca217bbb.zip cpython-a1255e0c4e87b17a5066d35835fc3900ca217bbb.tar.gz cpython-a1255e0c4e87b17a5066d35835fc3900ca217bbb.tar.bz2 |
removed unused var
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/macosmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index cda079a..5ad53b4 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)) |