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

@@ -43,18 +43,6 @@ namespace MediaBrowser.Common.Plugins
get { return string.Empty; }
}
/// <summary>
/// Gets a value indicating whether this instance is a core plugin.
/// </summary>
/// <value><c>true</c> if this instance is a core plugin; otherwise, <c>false</c>.</value>
public virtual bool IsCorePlugin
{
get
{
return false;
}
}
/// <summary>
/// Gets a value indicating whether this instance is first run.
/// </summary>
@@ -316,7 +304,6 @@ namespace MediaBrowser.Common.Plugins
AssemblyFileName = AssemblyFileName,
ConfigurationDateLastModified = ConfigurationDateLastModified,
Description = Description,
IsCorePlugin = IsCorePlugin,
Id = Id,
EnableAutoUpdate = Configuration.EnableAutoUpdate,
UpdateClass = Configuration.UpdateClass,