From a3ac4842bd5c7058b1363f7d3307f61724fc7178 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 10 Sep 2013 18:18:15 +0000 Subject: Remove 32-bit support on OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87114 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m | 4 ---- 1 file changed, 4 deletions(-) (limited to 'macosx/plugins/PeopsXgl/macsrc/PluginWindowController.m') 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(); -- cgit v1.2.3