diff --git a/src/Orchard.Web/Core/Orchard.Core.csproj b/src/Orchard.Web/Core/Orchard.Core.csproj
index fe6af3d63..5aa40ce5a 100644
--- a/src/Orchard.Web/Core/Orchard.Core.csproj
+++ b/src/Orchard.Web/Core/Orchard.Core.csproj
@@ -235,8 +235,6 @@
-
-
diff --git a/src/Orchard.Web/Core/PublishLater/Views/DisplayTemplates/Parts/PublishLater.SummaryAdmin.ascx b/src/Orchard.Web/Core/PublishLater/Views/DisplayTemplates/Parts/PublishLater.SummaryAdmin.ascx
deleted file mode 100644
index f0c2bd984..000000000
--- a/src/Orchard.Web/Core/PublishLater/Views/DisplayTemplates/Parts/PublishLater.SummaryAdmin.ascx
+++ /dev/null
@@ -1,12 +0,0 @@
-<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %>
-<% // todo: make this all work
- if (Model.HasPublished) { %>
- <%:Html.ItemDisplayLink(T("View").Text, Model.ContentItem) %><%:T(" | ") %><%
- if (Model.HasDraft) { %>
- " title="<%:T("Publish Draft") %>"><%:T("Publish Draft") %><%:T(" | ") %><%
- } %>
- " title="<%:T("Unpublish") %>"><%:T("Unpublish") %><%:T(" | ") %><%
- }
- else { %>
- " title="<%:T("Publish")%>"><%:T("Publish") %><%:T(" | ") %><%
- } %>
\ No newline at end of file
diff --git a/src/Orchard.Web/Core/PublishLater/Views/DisplayTemplates/Parts/PublishLater.ascx b/src/Orchard.Web/Core/PublishLater/Views/DisplayTemplates/Parts/PublishLater.ascx
deleted file mode 100644
index e6a78d0db..000000000
--- a/src/Orchard.Web/Core/PublishLater/Views/DisplayTemplates/Parts/PublishLater.ascx
+++ /dev/null
@@ -1 +0,0 @@
-<%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl" %>