summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}