summaryrefslogtreecommitdiff
path: root/macosx/PcsxrController.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/PcsxrController.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/PcsxrController.m')
-rwxr-xr-xmacosx/PcsxrController.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/PcsxrController.m b/macosx/PcsxrController.m
index ac24e1d8..2e260049 100755
--- a/macosx/PcsxrController.m
+++ b/macosx/PcsxrController.m
@@ -587,7 +587,6 @@ otherblock();\
}
#ifdef DEBUG
if ([unknownOptions count]) {
- //As there doesn't seem to be a Cocoa/Objective-C method like this...
NSString *unknownString = [unknownOptions componentsJoinedByString:@" "];
NSLog(@"The following options weren't recognized by PCSX-R: %@. This may be due to extra arguments passed by the OS or debugger.", unknownString);