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/ChapterInfo.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'MediaBrowser.Model/Entities/ChapterInfo.cs') diff --git a/MediaBrowser.Model/Entities/ChapterInfo.cs b/MediaBrowser.Model/Entities/ChapterInfo.cs index 72e2fe1fd..9da7a9caa 100644 --- a/MediaBrowser.Model/Entities/ChapterInfo.cs +++ b/MediaBrowser.Model/Entities/ChapterInfo.cs @@ -1,32 +1,27 @@ -using ProtoBuf; - + namespace MediaBrowser.Model.Entities { /// /// Class ChapterInfo /// - [ProtoContract] public class ChapterInfo { /// /// Gets or sets the start position ticks. /// /// The start position ticks. - [ProtoMember(1)] public long StartPositionTicks { get; set; } /// /// Gets or sets the name. /// /// The name. - [ProtoMember(2)] public string Name { get; set; } /// /// Gets or sets the image path. /// /// The image path. - [ProtoMember(3)] public string ImagePath { get; set; } } } -- cgit v1.2.3