remove some commented code that I meant to delete before checking in
This commit is contained in:
parent
4346504e24
commit
50ff80997a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue