remove now unused class in RomLoader.cs

This commit is contained in:
adelikat 2020-07-12 13:03:32 -05:00
parent 05709628e8
commit c4bcb2451a
1 changed files with 0 additions and 8 deletions

View File

@ -95,14 +95,6 @@ namespace BizHawk.Client.Common
return e.Settings;
}
private class CoreLoadParametersShort
{
public CoreComm Comm { get; set; }
public GameInfo Game { get; set; }
public List<IRomAsset> Roms { get; set; } = new List<IRomAsset>();
public List<IDiscAsset> Discs { get; set; } = new List<IDiscAsset>();
}
// For not throwing errors but simply outputting information to the screen
public Action<string> MessageCallback { get; set; }