Remove unused event

Release builds were failing because of this unused event.
This commit is contained in:
Bond-009
2019-04-18 13:19:16 +02:00
parent c3532b92f7
commit 8f703f4744
3 changed files with 8 additions and 32 deletions

View File

@@ -25,11 +25,6 @@ namespace MediaBrowser.Common
/// <value>The device identifier.</value>
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>