diff --git a/src/BizHawk.Client.Common/RomLoader.cs b/src/BizHawk.Client.Common/RomLoader.cs index b4fe1f7cd2..9a30bfaf3d 100644 --- a/src/BizHawk.Client.Common/RomLoader.cs +++ b/src/BizHawk.Client.Common/RomLoader.cs @@ -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 Roms { get; set; } = new List(); - public List Discs { get; set; } = new List(); - } - // For not throwing errors but simply outputting information to the screen public Action MessageCallback { get; set; }