aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/SocketSharp/SharpWebSocket.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2018-12-28 15:30:53 +0100
committerVasily <JustAMan@users.noreply.github.com>2019-01-05 01:49:52 +0300
commita997bb609fce26e169443d05c48f239a028bb749 (patch)
tree45f09e41d3628ce5255ea7e4a069d36f28fcc0f0 /Jellyfin.Server/SocketSharp/SharpWebSocket.cs
parent391b48614d598b5fbfad68b610520a5ae7a57b70 (diff)
Remove unnecessary using statements
Diffstat (limited to 'Jellyfin.Server/SocketSharp/SharpWebSocket.cs')
-rw-r--r--Jellyfin.Server/SocketSharp/SharpWebSocket.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Server/SocketSharp/SharpWebSocket.cs b/Jellyfin.Server/SocketSharp/SharpWebSocket.cs
index 056dabd17..77de50267 100644
--- a/Jellyfin.Server/SocketSharp/SharpWebSocket.cs
+++ b/Jellyfin.Server/SocketSharp/SharpWebSocket.cs
@@ -1,9 +1,8 @@
-using System;
+using System;
using System.Threading;
using System.Threading.Tasks;
using System.Net.WebSockets;
using Emby.Server.Implementations.Net;
-using MediaBrowser.Common.Events;
using Microsoft.Extensions.Logging;
namespace Jellyfin.SocketSharp