commit | b9bf6e2ddec61365e1c2bbd1003cd6c7b7097e7a | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Thu Sep 05 15:17:57 1996 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Thu Sep 05 15:17:57 1996 +0000 |
tree | 71bd9789bf7aba29617f64e29bf318ae2f3d2ab9 | |
parent | 4a5be817daac72985e8ea6c1256fd4688e5efacb [diff] |
Removed unused vars
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index 18243ec..00d6d2c 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c
@@ -186,8 +186,6 @@ PyMac_GUSISpin(spin_msg msg, long arg) { static Boolean inForeground = true; - WindowPtr win; - EventRecord ev; int maysleep; if (PyMac_ConsoleIsDead) return 0;