remove unused service properties

This commit is contained in:
Luke Pulverenti
2017-09-10 17:32:45 -04:00
parent b335ae8ef1
commit f7f41e4c73
6 changed files with 1 additions and 56 deletions

View File

@@ -16,12 +16,6 @@ namespace MediaBrowser.Model.System
/// <value>The display name of the operating system.</value>
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>