Cleaning BlogArchiveartDriver

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-09-22 11:57:35 -07:00
parent 3c30aa517e
commit 487ececb84

View File

@@ -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,