From b9bf6e2ddec61365e1c2bbd1003cd6c7b7097e7a Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 5 Sep 1996 15:17:57 +0000 Subject: Removed unused vars --- Mac/Python/macglue.c | 2 -- 1 file changed, 2 deletions(-) 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 @@ static int PyMac_GUSISpin(spin_msg msg, long arg) { static Boolean inForeground = true; - WindowPtr win; - EventRecord ev; int maysleep; if (PyMac_ConsoleIsDead) return 0; -- cgit v0.12