Update BaseMonoApp.cs

pull/1154/head
Luke 8 years ago
parent c838ae4b92
commit 05fa9726cd

@ -87,11 +87,6 @@ namespace MediaBrowser.Server.Mac
get { return false; } get { return false; }
} }
public void PreventSystemStandby()
{
}
public List<Assembly> GetAssembliesWithParts() public List<Assembly> GetAssembliesWithParts()
{ {
var list = new List<Assembly>(); var list = new List<Assembly>();

Loading…
Cancel
Save