summaryrefslogtreecommitdiff
path: root/macosx/PcsxrPlugin.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-12-02 20:27:11 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-12-02 20:27:11 +0000
commit81da7f45b488bd774fdf51763a5d3ef094d8e368 (patch)
tree91e61c48f216fb11d805cb9b52b4b1e6d375b060 /macosx/PcsxrPlugin.m
parent6c98dfb4474f7e02665f1cc2ea23d02997bdf200 (diff)
downloadpcsxr-81da7f45b488bd774fdf51763a5d3ef094d8e368.tar.gz
Removing old, outdated comments.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88034 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/PcsxrPlugin.m')
-rwxr-xr-xmacosx/PcsxrPlugin.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/PcsxrPlugin.m b/macosx/PcsxrPlugin.m
index 38a76953..faaca580 100755
--- a/macosx/PcsxrPlugin.m
+++ b/macosx/PcsxrPlugin.m
@@ -347,8 +347,6 @@
// detach a new thread
[NSThread detachNewThreadSelector:@selector(runCommand:) toTarget:self
withObject:arg];
- //NOTE: the runCommand releases the arg command. Probably not the best way to do it...
- //This is not an issue with ARC (64-bit) code
}
- (void)configureAs:(int)aType
@@ -361,8 +359,6 @@
// detach a new thread
[NSThread detachNewThreadSelector:@selector(runCommand:) toTarget:self
withObject:arg];
- //NOTE: the runCommand releases the arg command. Probably not the best way to do it...
- //This is not an issue with ARC (64-bit) code
}
- (NSString *)displayVersion