]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed unused vars
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 5 Sep 1996 15:17:57 +0000 (15:17 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 5 Sep 1996 15:17:57 +0000 (15:17 +0000)
Mac/Python/macglue.c

index 18243ec6875088783e5aa8773309437ca0676472..00d6d2c5aedba2e1c3564b7c1acc46a0472e3410 100644 (file)
@@ -186,8 +186,6 @@ static int
 PyMac_GUSISpin(spin_msg msg, long arg)
 {
        static Boolean                  inForeground    =       true;
-       WindowPtr                               win;
-       EventRecord                             ev;
        int                                             maysleep;
 
        if (PyMac_ConsoleIsDead) return 0;