From de39edb7c96b1daa1f3f9de1272a1870edd7677f Mon Sep 17 00:00:00 2001 From: Louis DeJardin Date: Mon, 4 Oct 2010 13:51:39 -0700 Subject: [PATCH] Removing unused interface IShapeProvider interface was not needed. [ShapeAttribute] on methods is used instead. --HG-- branch : dev extra : rebase_source : 7d06d714281c48bed13a774303623ab9e1c5225b --- src/Orchard/DisplayManagement/IShapeProvider.cs | 7 ------- src/Orchard/Orchard.Framework.csproj | 1 - 2 files changed, 8 deletions(-) delete mode 100644 src/Orchard/DisplayManagement/IShapeProvider.cs diff --git a/src/Orchard/DisplayManagement/IShapeProvider.cs b/src/Orchard/DisplayManagement/IShapeProvider.cs deleted file mode 100644 index 77a771165..000000000 --- a/src/Orchard/DisplayManagement/IShapeProvider.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Orchard.DisplayManagement { - /// - /// Base interface for module components which define new shape types and - /// optionally provide default implementation method - /// - public interface IShapeProvider : IDependency{} -} \ No newline at end of file diff --git a/src/Orchard/Orchard.Framework.csproj b/src/Orchard/Orchard.Framework.csproj index 1dc640f51..520c5a352 100644 --- a/src/Orchard/Orchard.Framework.csproj +++ b/src/Orchard/Orchard.Framework.csproj @@ -431,7 +431,6 @@ -