aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Authentication/AuthenticationResult.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-20 20:33:05 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-20 20:33:05 -0500
commit767cdc1f6f6a63ce997fc9476911e2c361f9d402 (patch)
tree49add55976f895441167c66cfa95e5c7688d18ce /MediaBrowser.Model/Authentication/AuthenticationResult.cs
parent845554722efaed872948a9e0f7202e3ef52f1b6e (diff)
Pushing missing changes
Diffstat (limited to 'MediaBrowser.Model/Authentication/AuthenticationResult.cs')
-rw-r--r--MediaBrowser.Model/Authentication/AuthenticationResult.cs11
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; }
- }
-}