removed unused usings.

This commit is contained in:
morkt 2016-07-29 18:15:54 +04:00
parent a7d48fe3fe
commit 02aff1f3e8
2 changed files with 0 additions and 5 deletions

View File

@ -27,9 +27,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.Compression;
using GameRes.Utility;

View File

@ -23,12 +23,9 @@
// IN THE SOFTWARE.
//
using System;
using System.ComponentModel.Composition;
using System.IO;
using System.Windows;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using GameRes.Compression;
using GameRes.Utility;