diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-10 20:30:30 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-10 20:30:30 -0400 |
| commit | 58cd0bb287413a9957dfac35babc5489b4e056f1 (patch) | |
| tree | ebe6b0cbb4fc5f0c2cbe6b6e8516a9108e9f8b56 /MediaBrowser.Model/System | |
| parent | a0298ccc6d76eb943178d1ccf895700ee7052281 (diff) | |
| parent | 7ced4478d36a7d658a613357c002833112e8a8df (diff) | |
Merge pull request #2877 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/System')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 6 |
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> |
