From 32bc545a854480f11bbb7dbaa4f5205f11acc7d6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 18 Apr 2013 15:57:28 -0400 Subject: removed unused attributes --- MediaBrowser.Model/Entities/PluginSecurityInfo.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'MediaBrowser.Model/Entities/PluginSecurityInfo.cs') diff --git a/MediaBrowser.Model/Entities/PluginSecurityInfo.cs b/MediaBrowser.Model/Entities/PluginSecurityInfo.cs index 53cbbdbfa..e338e43f8 100644 --- a/MediaBrowser.Model/Entities/PluginSecurityInfo.cs +++ b/MediaBrowser.Model/Entities/PluginSecurityInfo.cs @@ -1,32 +1,27 @@ -using ProtoBuf; - + namespace MediaBrowser.Model.Entities { /// /// Class PluginSecurityInfo /// - [ProtoContract] public class PluginSecurityInfo { /// /// Gets or sets the supporter key. /// /// The supporter key. - [ProtoMember(1)] public string SupporterKey { get; set; } /// /// Gets or sets the legacy supporter key. /// /// The legacy supporter key - [ProtoMember(2)] public string LegacyKey { get; set; } /// /// Gets or sets a value indicating whether this instance is MB supporter. /// /// true if this instance is MB supporter; otherwise, false. - [ProtoMember(3)] public bool IsMBSupporter { get; set; } } } -- cgit v1.2.3