From 11b0540a5e7df9de76f1bd1589cb2ded91cd7aad Mon Sep 17 00:00:00 2001 From: James South Date: Tue, 8 Jul 2014 23:06:32 +0100 Subject: [PATCH] Removing unused using Former-commit-id: fe6fdc1cc9c3642299a7756b61c4748e83bb036d --- src/ImageProcessor/Imaging/Formats/WebPFormat.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ImageProcessor/Imaging/Formats/WebPFormat.cs b/src/ImageProcessor/Imaging/Formats/WebPFormat.cs index 49dfdf75a..9f350c5c0 100644 --- a/src/ImageProcessor/Imaging/Formats/WebPFormat.cs +++ b/src/ImageProcessor/Imaging/Formats/WebPFormat.cs @@ -22,7 +22,6 @@ namespace ImageProcessor.Imaging.Formats using System.Text; using ImageProcessor.Common.Exceptions; - using ImageProcessor.Configuration; /// /// Provides the necessary information to support webp images.