summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-24 20:48:20 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-24 20:48:20 +0000
commit13bb318eb2eb2bac20a60cd51e340b0d07d7de11 (patch)
treeef062ecdcd8127a3e9f4a24a334a57147eebdac7
parent2a2790470d2ab7e0e22021e9b1774536546b1b4e (diff)
downloadpcsxr-13bb318eb2eb2bac20a60cd51e340b0d07d7de11.tar.gz
Remove commented-out code.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--macosx/PcsxrHexadecimalFormatter.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/PcsxrHexadecimalFormatter.m b/macosx/PcsxrHexadecimalFormatter.m
index ea899b6d..c6b5f849 100644
--- a/macosx/PcsxrHexadecimalFormatter.m
+++ b/macosx/PcsxrHexadecimalFormatter.m
@@ -67,7 +67,6 @@
if ([string hasPrefix:@"0x"]) {
NSRange zeroXRange = [string rangeOfString:@"0x"];
tmpstr = [string stringByReplacingCharactersInRange:zeroXRange withString:@""];
- //[[NSMutableString stringWithString:string] deleteCharactersInRange:]
}else {
tmpstr = string;
}