From b7bc98fccc6789f8ddd20d81f6c6f4f392b29db4 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 14 Nov 2014 13:46:37 +1100 Subject: [PATCH] removes legacy RazorBuildProvider --- src/Umbraco.Web.UI/web.Template.config | 5 ----- .../RazorCore/RazorBuildProvider.cs | 13 ------------- .../umbraco.MacroEngines.csproj | 1 - 3 files changed, 19 deletions(-) delete mode 100644 src/umbraco.MacroEngines/RazorCore/RazorBuildProvider.cs diff --git a/src/Umbraco.Web.UI/web.Template.config b/src/Umbraco.Web.UI/web.Template.config index 7cbe4ed809..3f76f626a0 100644 --- a/src/Umbraco.Web.UI/web.Template.config +++ b/src/Umbraco.Web.UI/web.Template.config @@ -120,11 +120,6 @@ - - - - - diff --git a/src/umbraco.MacroEngines/RazorCore/RazorBuildProvider.cs b/src/umbraco.MacroEngines/RazorCore/RazorBuildProvider.cs deleted file mode 100644 index 962db57311..0000000000 --- a/src/umbraco.MacroEngines/RazorCore/RazorBuildProvider.cs +++ /dev/null @@ -1,13 +0,0 @@ -using System; -using System.Web.WebPages.Razor; - -namespace umbraco.MacroEngines { - - /// - /// Stub Build Provider If Want To Implement Anything Advanced In The Future - /// Also Allows Us To Register Build Provider In Medium Trust - /// - public class RazorBuildProvider : System.Web.WebPages.Razor.RazorBuildProvider { - - } -} diff --git a/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj b/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj index cdd7c51052..7f6927fcd1 100644 --- a/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj +++ b/src/umbraco.MacroEngines/umbraco.MacroEngines.csproj @@ -170,7 +170,6 @@ -