From 4abf761d4a5f9f30d01dd83e3e65480ebbaf8a60 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Wed, 16 Feb 2011 16:51:21 -0800 Subject: [PATCH] Removing dead code --HG-- branch : dev --- src/Orchard.Web/Core/Contents/Shapes.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Orchard.Web/Core/Contents/Shapes.cs b/src/Orchard.Web/Core/Contents/Shapes.cs index 1f3211664..8435a9806 100644 --- a/src/Orchard.Web/Core/Contents/Shapes.cs +++ b/src/Orchard.Web/Core/Contents/Shapes.cs @@ -25,15 +25,6 @@ namespace Orchard.Core.Contents { displaying.ShapeMetadata.Wrappers.Add("Content_ControlWrapper"); } }); - - builder.Describe("Content_Edit") - .OnDisplaying(displaying => { - ContentItem contentItem = displaying.Shape.ContentItem; - if (contentItem != null) { - //Content-Page.Edit - displaying.ShapeMetadata.Alternates.Add("Content_Edit__" + contentItem.ContentType); - } - }); } } }