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/IO/FileSystemEntryInfo.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'MediaBrowser.Model/IO/FileSystemEntryInfo.cs') diff --git a/MediaBrowser.Model/IO/FileSystemEntryInfo.cs b/MediaBrowser.Model/IO/FileSystemEntryInfo.cs index e6cfaa535..dc4840456 100644 --- a/MediaBrowser.Model/IO/FileSystemEntryInfo.cs +++ b/MediaBrowser.Model/IO/FileSystemEntryInfo.cs @@ -1,32 +1,27 @@ -using ProtoBuf; - + namespace MediaBrowser.Model.IO { /// /// Class FileSystemEntryInfo /// - [ProtoContract] public class FileSystemEntryInfo { /// /// Gets or sets the name. /// /// The name. - [ProtoMember(1)] public string Name { get; set; } /// /// Gets or sets the path. /// /// The path. - [ProtoMember(2)] public string Path { get; set; } /// /// Gets or sets the type. /// /// The type. - [ProtoMember(3)] public FileSystemEntryType Type { get; set; } } -- cgit v1.2.3