Removing unused interface

IShapeProvider interface was not needed.
[ShapeAttribute] on methods is used instead.

--HG--
branch : dev
extra : rebase_source : 7d06d714281c48bed13a774303623ab9e1c5225b
This commit is contained in:
Louis DeJardin
2010-10-04 13:51:39 -07:00
parent ce208c44f2
commit de39edb7c9
2 changed files with 0 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
namespace Orchard.DisplayManagement {
/// <summary>
/// Base interface for module components which define new shape types and
/// optionally provide default implementation method
/// </summary>
public interface IShapeProvider : IDependency{}
}

View File

@@ -431,7 +431,6 @@
<Compile Include="DisplayManagement\Implementation\DisplayHelperFactory.cs" />
<Compile Include="DisplayManagement\Implementation\IDisplayManager.cs" />
<Compile Include="DisplayManagement\IShapeFactory.cs" />
<Compile Include="DisplayManagement\IShapeProvider.cs" />
<Compile Include="DisplayManagement\Descriptors\Interfaces.cs" />
<Compile Include="DisplayManagement\Implementation\ShapeHelper.cs" />
<Compile Include="DisplayManagement\Implementation\ShapeHelperFactory.cs" />