From 024df8a0116cf36290ad9abf876ea4d77da354b3 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 12 May 2013 02:05:51 -0400 Subject: display critic reviews on detail page --- MediaBrowser.Model/Entities/ItemReview.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/ItemReview.cs b/MediaBrowser.Model/Entities/ItemReview.cs index 3b496cce8e..e1a32aa119 100644 --- a/MediaBrowser.Model/Entities/ItemReview.cs +++ b/MediaBrowser.Model/Entities/ItemReview.cs @@ -48,11 +48,5 @@ namespace MediaBrowser.Model.Entities /// /// The caption. public string Caption { get; set; } - - /// - /// Gets or sets the text. - /// - /// The text. - public string Text { get; set; } } } -- cgit v1.2.3