diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 23:29:43 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 23:29:43 -0500 |
| commit | bf95cfe2e50517df46e6f849aba58b6fed2141c7 (patch) | |
| tree | 5e6ab637c2c999895b1ed93ad93fce49253abcfb /MediaBrowser.Common/Plugins/IPlugin.cs | |
| parent | bf9e24502c26bc130960cebc6b1be16635070bc8 (diff) | |
removed the IsCorePlugin property
Diffstat (limited to 'MediaBrowser.Common/Plugins/IPlugin.cs')
| -rw-r--r-- | MediaBrowser.Common/Plugins/IPlugin.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/Plugins/IPlugin.cs b/MediaBrowser.Common/Plugins/IPlugin.cs index ace82d83f..12aaa3fe7 100644 --- a/MediaBrowser.Common/Plugins/IPlugin.cs +++ b/MediaBrowser.Common/Plugins/IPlugin.cs @@ -21,12 +21,6 @@ namespace MediaBrowser.Common.Plugins string Description { get; } /// <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> - bool IsCorePlugin { get; } - - /// <summary> /// Gets the type of configuration this plugin uses /// </summary> /// <value>The type of the configuration.</value> |
