diff options
Diffstat (limited to 'Mac/Python/macglue.c')
-rw-r--r-- | Mac/Python/macglue.c | 2 |
1 files changed, 0 insertions, 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; |