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/DFXVideo/macsrc/PluginWindowController.m | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'macosx/plugins/DFXVideo/macsrc/PluginWindowController.m') diff --git a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m index a45a00f3..17431fc3 100755 --- a/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m +++ b/macosx/plugins/DFXVideo/macsrc/PluginWindowController.m @@ -19,7 +19,6 @@ #import "PluginWindowController.h" #import "PluginWindow.h" #include "externals.h" -#import "ARCBridge.h" #undef BOOL NSWindow *gameWindow; @@ -63,18 +62,9 @@ NSRect windowFrame; { if (fullWindow) { [fullWindow orderOut:self]; -#if !__has_feature(objc_arc) - - [fullWindow autorelease]; - fullWindow = nil; -#endif } windowFrame = [[self window] frame]; - -#if !__has_feature(objc_arc) - [super dealloc]; -#endif } // forget keyDownEvents @@ -159,7 +149,6 @@ NSRect windowFrame; if (fullWindow) { [fullWindow orderOut:self]; - AUTORELEASEOBJNORETURN(fullWindow); fullWindow = nil; [[glView openGLContext] setView:glView]; @@ -222,7 +211,6 @@ NSRect windowFrame; return NO; } [[NSNotificationCenter defaultCenter] postNotificationName:@"emuWindowDidClose" object:self]; - AUTORELEASEOBJNORETURN(gameController); gameController = nil; gameWindow = nil; -- cgit v1.2.3