diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-04-18 13:19:16 +0200 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-04-18 13:19:16 +0200 |
| commit | 8f703f4744b2701843e316210263c8e4cd3256bd (patch) | |
| tree | ff6270fa44b6977fd64485bc16f79f0c78b1c361 /MediaBrowser.Common/IApplicationHost.cs | |
| parent | c3532b92f7bd3e2bdba8c9a2aaf9ebf06016b322 (diff) | |
Remove unused event
Release builds were failing because of this 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> |
