More cleanup

This commit is contained in:
Claus Vium
2019-02-26 22:57:59 +01:00
parent 5510e8ebee
commit 848cfc32cc
2 changed files with 2 additions and 12 deletions

View File

@@ -803,7 +803,6 @@ namespace Emby.Server.Implementations.HttpServer
private bool _disposed;
private readonly object _disposeLock = new object();
private readonly WebSocketSharpListener _websocketlistener;
protected virtual void Dispose(bool disposing)
{