Code cleanup - removing all internal code related to Macros, which was created for v6 but left out for backwards compatibility.

This commit is contained in:
Morten Christensen
2013-04-07 17:47:10 -02:00
parent 97d41f8998
commit efbc461da9
48 changed files with 2901 additions and 1845 deletions

View File

@@ -223,9 +223,6 @@ namespace Umbraco.Core
ActionsResolver.Current = new ActionsResolver(
() => PluginManager.Current.ResolveActions());
MacroPropertyTypeResolver.Current = new MacroPropertyTypeResolver(
PluginManager.Current.ResolveMacroPropertyTypes());
//the database migration objects
MigrationResolver.Current = new MigrationResolver(
() => PluginManager.Current.ResolveMigrationTypes());