From 77e36768e4def7cb62f7cf0b855f01c15dcaf922 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 19 Mar 2016 17:55:42 -0400 Subject: removed dead code --- MediaBrowser.Model/Configuration/ServerConfiguration.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 009068dea..bbc6195ff 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -62,12 +62,6 @@ namespace MediaBrowser.Model.Configuration /// true if this instance is port authorized; otherwise, false. public bool IsPortAuthorized { get; set; } - /// - /// Gets or sets the item by name path. - /// - /// The item by name path. - public string ItemsByNamePath { get; set; } - /// /// Gets or sets the metadata path. /// -- cgit v1.2.3