Removed unused "using" references in cropper extension methods
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user