mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
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:
@@ -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{}
|
||||
}
|
@@ -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" />
|
||||
|
Reference in New Issue
Block a user