mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
removed dead code
This commit is contained in:
parent
7b49669b95
commit
6a743a8792
19 changed files with 15 additions and 342 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue