diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index 18243ec6875..00d6d2c5aed 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;