From: Jack Jansen Date: Thu, 5 Sep 1996 15:17:57 +0000 (+0000) Subject: Removed unused vars X-Git-Tag: v1.4~301 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9bf6e2ddec61365e1c2bbd1003cd6c7b7097e7a;p=thirdparty%2FPython%2Fcpython.git Removed unused vars --- diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index 18243ec68750..00d6d2c5aedb 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;