summaryrefslogtreecommitdiff
path: root/macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m')
-rwxr-xr-xmacosx/plugins/PeopsXgl/macsrc/PluginWindowController.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m b/macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m
index 92d982c8..e2abff7b 100755
--- a/macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m
+++ b/macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m
@@ -26,7 +26,6 @@
#include "externals.h"
#include "draw.h" // for CreateScanLines()
#undef BOOL
-#import "ARCBridge.h"
// not sure why these aren't class or instance variables...
NSWindow *gameWindow;
@@ -221,8 +220,6 @@ NSRect FitRectInRect(NSRect source, NSRect destination)
[nc removeObserver:self];
windowFrame = [[self window] frame]; // huh?
-
- SUPERDEALLOC;
}
// forget keyDownEvents
@@ -343,7 +340,6 @@ NSRect FitRectInRect(NSRect source, NSRect destination)
- (BOOL)windowShouldClose:(id)sender
{
[[NSNotificationCenter defaultCenter] postNotificationName:@"emuWindowDidClose" object:self];
- AUTORELEASEOBJNORETURN(gameController);
gameController = nil;
gameWindow = nil;
CGReleaseAllDisplays();