diff options
Diffstat (limited to 'macosx/PcsxrCheatHandler.m')
| -rw-r--r-- | macosx/PcsxrCheatHandler.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/PcsxrCheatHandler.m b/macosx/PcsxrCheatHandler.m index 547b7244..54f6cb5b 100644 --- a/macosx/PcsxrCheatHandler.m +++ b/macosx/PcsxrCheatHandler.m @@ -7,7 +7,6 @@ // #import "PcsxrCheatHandler.h" -#import "ARCBridge.h" #import "CheatController.h" #import "PcsxrController.h" #include "psxcommon.h" @@ -20,7 +19,6 @@ static NSArray *utisupport; if (utisupport == nil) { utisupport = @[@"com.codeplex.pcsxr.cheat"]; - RETAINOBJNORETURN(utisupport); } return utisupport; } |
