remove unused api properties

This commit is contained in:
LukePulverenti
2013-03-11 08:26:27 -04:00
parent 177d9cc172
commit f010d032ed
5 changed files with 5 additions and 14 deletions

View File

@@ -217,13 +217,6 @@ namespace MediaBrowser.Model.Dto
[ProtoMember(36)]
public UserItemDataDto UserData { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is new.
/// </summary>
/// <value><c>true</c> if this instance is new; otherwise, <c>false</c>.</value>
[ProtoMember(37)]
public bool IsNew { get; set; }
/// <summary>
/// Gets or sets the recently added item count.
/// </summary>