Fixing warnings

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2013-05-02 11:08:54 -07:00
parent 28abeae0cb
commit 47122ed6c6
2 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Linq;
@@ -7,7 +6,6 @@ using System.Web.Mvc;
using Orchard.Caching;
using Orchard.Data;
using Orchard.DisplayManagement;
using Orchard.FileSystems.Media;
using Orchard.Forms.Services;
using Orchard.Localization;
using Orchard.MediaProcessing.Models;
@@ -44,7 +42,6 @@ namespace Orchard.MediaProcessing.Controllers {
private readonly IRepository<FilterRecord> _filterRepository;
private readonly IImageProfileService _profileService;
private readonly ISignals _signals;
private readonly IStorageProvider _storageProvider;
public Localizer T { get; set; }
public dynamic Shape { get; set; }

View File

@@ -35,7 +35,6 @@ namespace Orchard.Taxonomies.Navigation {
: _taxonomyService.GetTerms(taxonomyNavigationPart.TaxonomyId);
var menuPosition = item.Position;
int index = 0;
foreach (var contentItem in allTerms) {
if (contentItem != null) {
var part = contentItem;