removed dead code

This commit is contained in:
Luke Pulverenti
2016-05-29 02:03:33 -04:00
parent 88415471eb
commit 6db7f381dc
2 changed files with 6 additions and 16 deletions

View File

@@ -39,8 +39,6 @@ namespace MediaBrowser.Model.Configuration
public string[] OrderedViews { get; set; }
public bool IncludeTrailersInSuggestions { get; set; }
public string[] LatestItemsExcludes { get; set; }
public string[] PlainFolderViews { get; set; }
@@ -68,8 +66,6 @@ namespace MediaBrowser.Model.Configuration
PlainFolderViews = new string[] { };
IncludeTrailersInSuggestions = true;
GroupedFolders = new string[] { };
}
}