From b003c027e5685511f09bb36f6af793f18625cddb Mon Sep 17 00:00:00 2001 From: Jeavon Leopold Date: Fri, 27 Feb 2015 14:49:36 +0000 Subject: [PATCH] Removed unused "using" references in cropper extension methods --- src/Umbraco.Web/ImageCropperBaseExtensions.cs | 28 +++++++++---------- .../ImageCropperTemplateExtensions.cs | 17 ++++------- 2 files changed, 19 insertions(+), 26 deletions(-) diff --git a/src/Umbraco.Web/ImageCropperBaseExtensions.cs b/src/Umbraco.Web/ImageCropperBaseExtensions.cs index 14ca6a68ba..cceac8ab31 100644 --- a/src/Umbraco.Web/ImageCropperBaseExtensions.cs +++ b/src/Umbraco.Web/ImageCropperBaseExtensions.cs @@ -1,19 +1,17 @@ -using System.Globalization; -using Newtonsoft.Json; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -using Umbraco.Core; -using Umbraco.Core.Configuration; -using Umbraco.Core.Logging; -using Umbraco.Core.Models; -using Umbraco.Web.Models; - -namespace Umbraco.Web +namespace Umbraco.Web { + using System; + using System.Collections.Generic; + using System.Globalization; + using System.Linq; + using System.Text; + + using Newtonsoft.Json; + + using Umbraco.Core; + using Umbraco.Core.Logging; + using Umbraco.Web.Models; + internal static class ImageCropperBaseExtensions { diff --git a/src/Umbraco.Web/ImageCropperTemplateExtensions.cs b/src/Umbraco.Web/ImageCropperTemplateExtensions.cs index 8c7b06a3b6..de0f8a225e 100644 --- a/src/Umbraco.Web/ImageCropperTemplateExtensions.cs +++ b/src/Umbraco.Web/ImageCropperTemplateExtensions.cs @@ -1,16 +1,11 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Umbraco.Core; -using Umbraco.Core.Models; -using Umbraco.Web.Models; -using Umbraco.Web.PropertyEditors; - -namespace Umbraco.Web +namespace Umbraco.Web { using System.Globalization; + using System.Text; + + using Umbraco.Core; + using Umbraco.Core.Models; + using Umbraco.Web.Models; /// /// Provides extension methods for getting ImageProcessor Url from the core Image Cropper property editor