aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2019-02-19 21:21:36 -0500
committerGitHub <noreply@github.com>2019-02-19 21:21:36 -0500
commitb43317c5e10aeac5dd1510c3957fa59f453cf2c1 (patch)
treecabde8df22fd180e17af59e8585299026000f4e1 /MediaBrowser.Model/System
parent24b76dbed85967a7acd495d21c99d9b857055bb1 (diff)
parent7554f6355195443b721a9b65f04ef4f9f4c097e9 (diff)
Merge pull request #830 from Bond-009/update
Removed remaining self-update code
Diffstat (limited to 'MediaBrowser.Model/System')
-rw-r--r--MediaBrowser.Model/System/SystemInfo.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs
index d9ed68b27..581a1069c 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -60,12 +60,6 @@ namespace MediaBrowser.Model.System
/// <value><c>true</c> if this instance can self restart; otherwise, <c>false</c>.</value>
public bool CanSelfRestart { get; set; }
- /// <summary>
- /// Gets or sets a value indicating whether this instance can self update.
- /// </summary>
- /// <value><c>true</c> if this instance can self update; otherwise, <c>false</c>.</value>
- public bool CanSelfUpdate { get; set; }
-
public bool CanLaunchWebBrowser { get; set; }
/// <summary>