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;