diff options
Diffstat (limited to 'MediaBrowser.Model/Authentication/AuthenticationResult.cs')
| -rw-r--r-- | MediaBrowser.Model/Authentication/AuthenticationResult.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Model/Authentication/AuthenticationResult.cs b/MediaBrowser.Model/Authentication/AuthenticationResult.cs deleted file mode 100644 index ebc253172..000000000 --- a/MediaBrowser.Model/Authentication/AuthenticationResult.cs +++ /dev/null @@ -1,11 +0,0 @@ -using ProtoBuf;
-
-namespace MediaBrowser.Model.Authentication
-{
- [ProtoContract]
- public class AuthenticationResult
- {
- [ProtoMember(1)]
- public bool Success { get; set; }
- }
-}
|
