From efe0c82de0dc3ecfebeebac7cf0a72d2cc290b4c Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 25 Jun 2015 11:27:56 +0400 Subject: [PATCH] removed unused namespaces and variables. --- ArcFormats/ImageGRP.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/ArcFormats/ImageGRP.cs b/ArcFormats/ImageGRP.cs index 60658da5..e76a5421 100644 --- a/ArcFormats/ImageGRP.cs +++ b/ArcFormats/ImageGRP.cs @@ -25,9 +25,7 @@ using System; using System.ComponentModel.Composition; -using System.Diagnostics; using System.IO; -using System.Windows; using System.Windows.Media; using System.Windows.Media.Imaging; using GameRes.Utility; @@ -108,7 +106,6 @@ namespace GameRes.Formats.Cherry { m_info = info; m_input = input; - PixelFormat format; if (8 == info.BPP) Format = PixelFormats.Indexed8; else if (24 == info.BPP)