Remove commented-out code.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\MaddTheSane_cp 2013-08-24 20:48:20 +00:00
parent 2a2790470d
commit 13bb318eb2
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}