Remove unused prop EventsLibrary

This commit is contained in:
YoshiRulz 2020-12-06 05:34:46 +10:00
parent ce7aa1ff64
commit febd4f1340
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 2 deletions

View File

@ -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)];