diff options
| author | Anthony Lavado <anthonylavado@users.noreply.github.com> | 2019-04-18 14:16:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-18 14:16:48 -0400 |
| commit | 7bea62adbfc7350c01a222cb92c86c13c0b43412 (patch) | |
| tree | ff6270fa44b6977fd64485bc16f79f0c78b1c361 /MediaBrowser.Common/IApplicationHost.cs | |
| parent | c3532b92f7bd3e2bdba8c9a2aaf9ebf06016b322 (diff) | |
| parent | 8f703f4744b2701843e316210263c8e4cd3256bd (diff) | |
Merge pull request #1245 from Bond-009/updateevent
Remove unused event
Diffstat (limited to 'MediaBrowser.Common/IApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common/IApplicationHost.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Common/IApplicationHost.cs b/MediaBrowser.Common/IApplicationHost.cs index 2925a3efd..cb7343440 100644 --- a/MediaBrowser.Common/IApplicationHost.cs +++ b/MediaBrowser.Common/IApplicationHost.cs @@ -26,11 +26,6 @@ namespace MediaBrowser.Common string SystemId { get; } /// <summary> - /// Occurs when [application updated]. - /// </summary> - event EventHandler<GenericEventArgs<PackageVersionInfo>> ApplicationUpdated; - - /// <summary> /// Gets or sets a value indicating whether this instance has pending kernel reload. /// </summary> /// <value><c>true</c> if this instance has pending kernel reload; otherwise, <c>false</c>.</value> |
