summaryrefslogtreecommitdiff
path: root/macosx/EmuThread.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/EmuThread.h')
-rw-r--r--macosx/EmuThread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/EmuThread.h b/macosx/EmuThread.h
index e307bc5e..decb5870 100644
--- a/macosx/EmuThread.h
+++ b/macosx/EmuThread.h
@@ -10,7 +10,6 @@
#include <setjmp.h>
@interface EmuThread : NSObject {
- NSAutoreleasePool *pool;
jmp_buf restartJmp;
BOOL wasPaused;
}