From 487ececb84e4b8361b1600a81a8e4d2bb1cbe950 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Thu, 22 Sep 2011 11:57:35 -0700 Subject: [PATCH] Cleaning BlogArchiveartDriver --HG-- branch : 1.x --- .../Modules/Orchard.Blogs/Drivers/BlogArchivesPartDriver.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogArchivesPartDriver.cs b/src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogArchivesPartDriver.cs index 1aed18de4..3eca23437 100644 --- a/src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogArchivesPartDriver.cs +++ b/src/Orchard.Web/Modules/Orchard.Blogs/Drivers/BlogArchivesPartDriver.cs @@ -1,6 +1,5 @@ using System.Linq; using Orchard.Blogs.Models; -using Orchard.Blogs.Routing; using Orchard.Blogs.Services; using Orchard.Blogs.ViewModels; using Orchard.ContentManagement; @@ -13,7 +12,6 @@ namespace Orchard.Blogs.Drivers { private readonly IBlogService _blogService; private readonly IBlogPostService _blogPostService; private readonly IContentManager _contentManager; - private readonly IBlogPathConstraint _blogPathConstraint; public BlogArchivesPartDriver( IBlogService blogService,