Removed unused "using" references in cropper extension methods

This commit is contained in:
Jeavon Leopold
2015-02-27 14:49:36 +00:00
parent 0295aaba3b
commit b003c027e5
2 changed files with 19 additions and 26 deletions

View File

@@ -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;
/// <summary>
/// Provides extension methods for getting ImageProcessor Url from the core Image Cropper property editor