mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Removed unused vars
This commit is contained in:
parent
4a5be817da
commit
b9bf6e2dde
1 changed files with 0 additions and 2 deletions
|
@ -186,8 +186,6 @@ static int
|
||||||
PyMac_GUSISpin(spin_msg msg, long arg)
|
PyMac_GUSISpin(spin_msg msg, long arg)
|
||||||
{
|
{
|
||||||
static Boolean inForeground = true;
|
static Boolean inForeground = true;
|
||||||
WindowPtr win;
|
|
||||||
EventRecord ev;
|
|
||||||
int maysleep;
|
int maysleep;
|
||||||
|
|
||||||
if (PyMac_ConsoleIsDead) return 0;
|
if (PyMac_ConsoleIsDead) return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue