removed the IsCorePlugin property

This commit is contained in:
LukePulverenti
2013-03-04 23:29:43 -05:00
parent bf9e24502c
commit bf95cfe2e5
8 changed files with 2 additions and 97 deletions

View File

@@ -59,13 +59,6 @@ namespace MediaBrowser.Model.Plugins
[ProtoMember(7)]
public string Description { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is core plugin.
/// </summary>
/// <value><c>true</c> if this instance is core plugin; otherwise, <c>false</c>.</value>
[ProtoMember(8)]
public bool IsCorePlugin { get; set; }
/// <summary>
/// Gets or sets the unique id.
/// </summary>