Removing empty RouteExtension, fixes #2509

This commit is contained in:
Lombiq
2015-05-08 21:14:06 +02:00
committed by Zoltán Lehóczky
parent 9e66ee6560
commit c73d6c0a91
2 changed files with 0 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
namespace Orchard.Mvc.Routes {
public static class RouteExtensions {
}
}

View File

@@ -933,7 +933,6 @@
<Compile Include="Mvc\ModelBinders\IModelBinderProvider.cs" />
<Compile Include="Mvc\ModelBinders\IModelBinderPublisher.cs" />
<Compile Include="Mvc\ModelBinders\ModelBinderDescriptor.cs" />
<Compile Include="Mvc\Routes\RouteExtensions.cs" />
<Compile Include="Mvc\ViewEngines\IViewEngineProvider.cs" />
<Compile Include="Mvc\ViewEngines\LayoutViewContext.cs" />
<Compile Include="Mvc\ViewEngines\ThemeAwareness\ThemedViewResultFilter.cs" />