Removed "using" directives that VS 2015 identified as unused

Branch_2.1.x
Nathan Crawford 2016-02-23 23:09:13 -05:00
rodzic d32bab0edb
commit 246194c2aa
15 zmienionych plików z 0 dodań i 40 usunięć

Wyświetl plik

@ -22,11 +22,6 @@ A copy of the full GPL 2 license can be found in the docs directory.
You can contact me at http://www.njcrawford.com/contact/.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace PesFile
{
public class PesColors

Wyświetl plik

@ -24,7 +24,6 @@ You can contact me at http://www.njcrawford.com/contact/.
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
namespace PesFile

Wyświetl plik

@ -23,9 +23,6 @@ You can contact me at http://www.njcrawford.com/contact/.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace PesFile

Wyświetl plik

@ -23,9 +23,6 @@ You can contact me at http://www.njcrawford.com/contact/.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace PesFile

Wyświetl plik

@ -23,8 +23,6 @@ You can contact me at http://www.njcrawford.com/contact/.
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace TranslationBuilder

Wyświetl plik

@ -23,8 +23,6 @@ You can contact me at http://www.njcrawford.com/contact/.
*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
namespace embroideryInfo

Wyświetl plik

@ -24,8 +24,6 @@ You can contact me at http://www.njcrawford.com/contact
using System;
using System.Collections.Generic;
using System.Text;
namespace embroideryReader
{

Wyświetl plik

@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Windows.Forms;

Wyświetl plik

@ -24,8 +24,6 @@ You can contact me at http://www.njcrawford.com/contact
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using System.Windows.Forms;

Wyświetl plik

@ -24,8 +24,6 @@ You can contact me at http://www.njcrawford.com/contact
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using NJCrawford;
namespace embroideryReader

Wyświetl plik

@ -24,14 +24,9 @@ You can contact me at http://www.njcrawford.com/contact
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Drawing.Imaging;
using System.Drawing.Drawing2D;

Wyświetl plik

@ -25,10 +25,7 @@ You can contact me at http://www.njcrawford.com/contact
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace embroideryReader

Wyświetl plik

@ -24,11 +24,6 @@ You can contact me at http://www.njcrawford.com/contact
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace embroideryReader

Wyświetl plik

@ -23,7 +23,6 @@ You can contact me at http://www.njcrawford.com/contact/.
*/
using System;
using System.Collections.Generic;
using System.Windows.Forms;
namespace embroideryTester

Wyświetl plik

@ -23,7 +23,6 @@ You can contact me at http://www.njcrawford.com/contact/.
*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;