unused usings.

This commit is contained in:
morkt 2017-02-25 15:54:43 +04:00
parent b03d2fdecc
commit da438b6575

View File

@ -23,16 +23,8 @@
// IN THE SOFTWARE.
//
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Windows.Media;
using GameRes.Utility;
namespace GameRes.Formats.Valkyria
{