diff --git a/src/Umbraco.Web/umbraco.presentation/macro.cs b/src/Umbraco.Web/umbraco.presentation/macro.cs index 2aac88fd87..2a511acc84 100644 --- a/src/Umbraco.Web/umbraco.presentation/macro.cs +++ b/src/Umbraco.Web/umbraco.presentation/macro.cs @@ -854,11 +854,6 @@ namespace umbraco return LoadMacroXslt(macro, model, pageElements, false); } - public Control loadMacroXSLT(macro macro, MacroModel model, Hashtable pageElements) - { - return LoadMacroXSLT(macro, model, pageElements, false); - } - /// /// Parses the text for umbraco Item controls that need to be rendered. ///