mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 04:21:27 +02:00
removed dead code
This commit is contained in:
@@ -11,7 +11,6 @@ namespace NzbDrone.Api.Authentication
|
||||
{
|
||||
public interface IAuthenticationService : IUserValidator
|
||||
{
|
||||
bool Enabled { get; }
|
||||
bool IsAuthenticated(NancyContext context);
|
||||
}
|
||||
|
||||
@@ -43,7 +42,7 @@ namespace NzbDrone.Api.Authentication
|
||||
return null;
|
||||
}
|
||||
|
||||
public bool Enabled
|
||||
private bool Enabled
|
||||
{
|
||||
get
|
||||
{
|
||||
|
Reference in New Issue
Block a user