]> granicus.if.org Git - python/commitdiff
removed unused var
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 23 Oct 1996 15:44:27 +0000 (15:44 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 23 Oct 1996 15:44:27 +0000 (15:44 +0000)
Mac/Modules/macosmodule.c

index cda079ac1c59fa2c9bb8f4d092c5d2a993d34736..5ad53b4c22efa338ab18cd3aa906df3c308bb4f9 100644 (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))