aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Authentication
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-04 17:40:44 -0500
committerGitHub <noreply@github.com>2019-01-04 17:40:44 -0500
commite4a041b8321e49fd9b21fb0f890caf23d4752212 (patch)
tree7e4be1c765afd026350f9c450264747b6adf4eca /MediaBrowser.Controller/Authentication
parent72ee4b189d35606ae60b1717ba5b318680025627 (diff)
parent340a2c651276d911285a6ff09944c5eba2384a51 (diff)
Merge pull request #283 from Bond-009/gpl-cleanup
Post GPL cleanup
Diffstat (limited to 'MediaBrowser.Controller/Authentication')
-rw-r--r--MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs b/MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs
index becb3ea627..82308296f1 100644
--- a/MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs
+++ b/MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs
@@ -1,8 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using System.Threading;
-using System.Threading.Tasks;
+using System.Threading.Tasks;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Model.Users;