aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net/AuthenticatedAttribute.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Net/AuthenticatedAttribute.cs')
-rw-r--r--MediaBrowser.Controller/Net/AuthenticatedAttribute.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Controller/Net/AuthenticatedAttribute.cs b/MediaBrowser.Controller/Net/AuthenticatedAttribute.cs
index 83e404dfc..17c91c977 100644
--- a/MediaBrowser.Controller/Net/AuthenticatedAttribute.cs
+++ b/MediaBrowser.Controller/Net/AuthenticatedAttribute.cs
@@ -10,12 +10,6 @@ namespace MediaBrowser.Controller.Net
public IAuthService AuthService { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether or not to allow local unauthenticated access.
- /// </summary>
- /// <value><c>true</c> if [allow local]; otherwise, <c>false</c>.</value>
- public bool AllowLocal { get; set; }
-
- /// <summary>
/// Gets or sets the roles.
/// </summary>
/// <value>The roles.</value>
@@ -70,7 +64,6 @@ namespace MediaBrowser.Controller.Net
{
bool EscapeParentalControl { get; }
- bool AllowLocal { get; }
IEnumerable<string> GetRoles();
}
}