diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 11:38:23 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-10 11:38:23 -0400 |
| commit | 7806ccd42f0535f077ab80228e16965d2172dc8a (patch) | |
| tree | 2e821adf680485c12de43c488905f69133a58869 /MediaBrowser.Common/Plugins/BasePlugin.cs | |
| parent | 70da0b6ae96bffbc39efab14d95b2c14426753b7 (diff) | |
resharper suggestions in common project
Diffstat (limited to 'MediaBrowser.Common/Plugins/BasePlugin.cs')
| -rw-r--r-- | MediaBrowser.Common/Plugins/BasePlugin.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/Plugins/BasePlugin.cs b/MediaBrowser.Common/Plugins/BasePlugin.cs index ebf1497f4..f0f5337cc 100644 --- a/MediaBrowser.Common/Plugins/BasePlugin.cs +++ b/MediaBrowser.Common/Plugins/BasePlugin.cs @@ -44,12 +44,6 @@ namespace MediaBrowser.Common.Plugins } /// <summary> - /// Gets a value indicating whether this instance is first run. - /// </summary> - /// <value><c>true</c> if this instance is first run; otherwise, <c>false</c>.</value> - public bool IsFirstRun { get; private set; } - - /// <summary> /// Gets the type of configuration this plugin uses /// </summary> /// <value>The type of the configuration.</value> |
