aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
diff options
context:
space:
mode:
authorClaus Vium <clausvium@gmail.com>2019-02-26 22:57:59 +0100
committerClaus Vium <clausvium@gmail.com>2019-02-26 22:57:59 +0100
commit848cfc32cc89327e16ff6ea281dc1d9b96cc4f7a (patch)
tree91446296420828de7a1357d903d1654ca95ba08a /Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
parent5510e8ebee743a3d07571051660b514d6cce973c (diff)
More cleanup
Diffstat (limited to 'Emby.Server.Implementations/HttpServer/HttpListenerHost.cs')
-rw-r--r--Emby.Server.Implementations/HttpServer/HttpListenerHost.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
index 6b69fa0f4..5b1cb433a 100644
--- a/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
+++ b/Emby.Server.Implementations/HttpServer/HttpListenerHost.cs
@@ -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)
{