removed dead code

This commit is contained in:
Keivan Beigi 2014-10-03 16:29:52 -07:00
commit 6a743a8792
19 changed files with 15 additions and 342 deletions

View file

@ -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
{