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/ParentalRating.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'MediaBrowser.Model/Entities/ParentalRating.cs') diff --git a/MediaBrowser.Model/Entities/ParentalRating.cs b/MediaBrowser.Model/Entities/ParentalRating.cs index bc3c43c2a6..e2d1c65742 100644 --- a/MediaBrowser.Model/Entities/ParentalRating.cs +++ b/MediaBrowser.Model/Entities/ParentalRating.cs @@ -1,25 +1,21 @@ -using ProtoBuf; - + namespace MediaBrowser.Model.Entities { /// /// Class ParentalRating /// - [ProtoContract] public class ParentalRating { /// /// Gets or sets the name. /// /// The name. - [ProtoMember(1)] public string Name { get; set; } /// /// Gets or sets the value. /// /// The value. - [ProtoMember(2)] public int Value { get; set; } } } -- cgit v1.2.3