From b28f640ad2514afbe19bf335524865950a279bb9 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: 8db1b064bf212643ee7f1669826c005819330dd4 --- 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 49dfdf75a5..9f350c5c0b 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.