remove some commented code that I meant to delete before checking in

This commit is contained in:
adelikat 2014-07-29 01:22:25 +00:00
parent 4346504e24
commit 50ff80997a
1 changed files with 0 additions and 6 deletions

View File

@ -1218,12 +1218,6 @@ namespace BizHawk.Client.EmuHawk
private static string DisplayNameForSystem(string system)
{
if (system == "NULL")
{
//Text = "BizHawk" + (VersionInfo.DeveloperBuild ? " (interim) " : string.Empty);
//return;
}
var str = Global.SystemInfo.DisplayName;
if (VersionInfo.DeveloperBuild)