U4-8187 Removed legacy loadLanguages and loadTemplates tree classes

This commit is contained in:
Dan Lister
2016-03-18 10:07:56 +00:00
parent 69e53b6510
commit 7f6296b255
5 changed files with 0 additions and 289 deletions

View File

@@ -17,7 +17,6 @@ using Constants = Umbraco.Core.Constants;
namespace Umbraco.Web.Trees
{
[UmbracoTreeAuthorize(Constants.Trees.Languages)]
[LegacyBaseTree(typeof(loadLanguages))]
[Tree(Constants.Applications.Settings, Constants.Trees.Languages, null, sortOrder: 4)]
[PluginController("UmbracoTrees")]
[CoreTree]