aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/DTO/AuthenticationResult.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-07 12:17:39 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-07 12:17:39 -0400
commit8fc828361e6e6019bc833ffba1d5ef8fc8605ac9 (patch)
treef06929b9d9ee013a3fb49b2f53abd7a9f7e4b7bc /MediaBrowser.Model/DTO/AuthenticationResult.cs
parent31c710ca34e91a21356a19a6c1f3f6f5f3a2011f (diff)
Updated authentication
Diffstat (limited to 'MediaBrowser.Model/DTO/AuthenticationResult.cs')
-rw-r--r--MediaBrowser.Model/DTO/AuthenticationResult.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Model/DTO/AuthenticationResult.cs b/MediaBrowser.Model/DTO/AuthenticationResult.cs
deleted file mode 100644
index ce492b60ef..0000000000
--- a/MediaBrowser.Model/DTO/AuthenticationResult.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-using ProtoBuf;
-
-namespace MediaBrowser.Model.DTO
-{
- [ProtoContract]
- public class AuthenticationResult
- {
- [ProtoMember(1)]
- public bool Success { get; set; }
- }
-}