diff options
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> |
