From f7f41e4c739f994364d842c8c8e71d6026756af1 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 10 Sep 2017 17:32:45 -0400 Subject: remove unused service properties --- MediaBrowser.Model/System/SystemInfo.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Model') 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 @@ -16,12 +16,6 @@ namespace MediaBrowser.Model.System /// The display name of the operating system. public string OperatingSystemDisplayName { get; set; } - /// - /// Gets or sets a value indicating whether [supports running as service]. - /// - /// true if [supports running as service]; otherwise, false. - public bool SupportsRunningAsService { get; set; } - /// /// Gets or sets the mac address. /// -- cgit v1.2.3