aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-10 17:32:45 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-09-10 17:32:45 -0400
commitf7f41e4c739f994364d842c8c8e71d6026756af1 (patch)
treeb265b7874cf8bf6007ec8ce76bdccbdd39b0e089 /MediaBrowser.Model/System
parentb335ae8ef18701b036ff99509fbdaeb8166dfbda (diff)
remove unused service properties
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 f9f3bf52e..b61d63729 100644
--- a/MediaBrowser.Model/System/SystemInfo.cs
+++ b/MediaBrowser.Model/System/SystemInfo.cs
@@ -17,12 +17,6 @@ namespace MediaBrowser.Model.System
public string OperatingSystemDisplayName { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether [supports running as service].
- /// </summary>
- /// <value><c>true</c> if [supports running as service]; otherwise, <c>false</c>.</value>
- public bool SupportsRunningAsService { get; set; }
-
- /// <summary>
/// Gets or sets the mac address.
/// </summary>
/// <value>The mac address.</value>