Remove unused prop EventsLibrary
This commit is contained in:
parent
ce7aa1ff64
commit
febd4f1340
|
@ -113,8 +113,6 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
private FormsLuaLibrary FormsLibrary => (FormsLuaLibrary)Libraries[typeof(FormsLuaLibrary)];
|
||||
|
||||
private EventsLuaLibrary EventsLibrary => (EventsLuaLibrary)Libraries[typeof(EventsLuaLibrary)];
|
||||
|
||||
public LuaDocumentation Docs { get; } = new LuaDocumentation();
|
||||
|
||||
private EmulationLuaLibrary EmulationLuaLibrary => (EmulationLuaLibrary)Libraries[typeof(EmulationLuaLibrary)];
|
||||
|
|
Loading…
Reference in New Issue