Remove CheckForApplicationUpdate function

This commit is contained in:
Bond_009
2019-01-02 18:10:52 +01:00
parent 78dafb5399
commit 3fa751e9bb
4 changed files with 6 additions and 21 deletions

View File

@@ -85,12 +85,6 @@ namespace MediaBrowser.Common
/// <returns>IEnumerable{``0}.</returns>
IEnumerable<T> GetExports<T>(bool manageLiftime = true);
/// <summary>
/// Checks for update.
/// </summary>
/// <returns>Task{CheckForUpdateResult}.</returns>
Task<CheckForUpdateResult> CheckForApplicationUpdate(CancellationToken cancellationToken, IProgress<double> progress);
/// <summary>
/// Updates the application.
/// </summary>