Commented out extraneous member.

This commit is contained in:
upthorn 2018-12-20 17:32:49 -08:00
parent 05f9939ddf
commit b343a19acc
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ namespace BizHawk.Client.EmuHawk
}
// private FormsPluginLibrary FormsLibrary => (FormsLuaLibrary)Libraries[typeof(FormsLuaLibrary)];
private EmulatorPluginLibrary EmulatorLuaLibrary => (EmulatorPluginLibrary)Libraries[typeof(EmulatorPluginLibrary)];
public GUIPluginLibrary GuiLibrary => (GUIPluginLibrary)Libraries[typeof(GUIPluginLibrary)];
// private EmulatorPluginLibrary EmuPluginLibrary => (EmulatorPluginLibrary)Libraries[typeof(EmulatorPluginLibrary)];
private GUIPluginLibrary GuiLibrary => (GUIPluginLibrary)Libraries[typeof(GUIPluginLibrary)];
public void Restart(IEmulatorServiceProvider newServiceProvider)
{