Fix a few warnings

This commit is contained in:
adelikat 2012-03-09 20:38:44 +00:00
parent 386d9b5f71
commit 88424ca2b7
1 changed files with 0 additions and 3 deletions

View File

@ -277,8 +277,6 @@ namespace BizHawk.MultiClient
case atype.DWORD:
return ((int)value).ToString();
}
break;
default:
case asigned.UNSIGNED:
switch (type)
@ -291,7 +289,6 @@ namespace BizHawk.MultiClient
case atype.DWORD:
return ((uint)value).ToString();
}
break;
}
}
}