diff --git a/PesFile/PesColors.cs b/PesFile/PesColors.cs index de4ae78..911e396 100644 --- a/PesFile/PesColors.cs +++ b/PesFile/PesColors.cs @@ -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 diff --git a/PesFile/PesFile.cs b/PesFile/PesFile.cs index 7b6ffd0..fa37188 100644 --- a/PesFile/PesFile.cs +++ b/PesFile/PesFile.cs @@ -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 diff --git a/PesFile/Stitch.cs b/PesFile/Stitch.cs index 763bf9f..dbe7d90 100644 --- a/PesFile/Stitch.cs +++ b/PesFile/Stitch.cs @@ -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 diff --git a/PesFile/StitchBlock.cs b/PesFile/StitchBlock.cs index 5f27fcc..9779907 100644 --- a/PesFile/StitchBlock.cs +++ b/PesFile/StitchBlock.cs @@ -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 diff --git a/TranslationBuilder/Program.cs b/TranslationBuilder/Program.cs index 6e1956e..0808c49 100644 --- a/TranslationBuilder/Program.cs +++ b/TranslationBuilder/Program.cs @@ -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 diff --git a/embroideryInfo/Program.cs b/embroideryInfo/Program.cs index 993140c..6ef6a9e 100644 --- a/embroideryInfo/Program.cs +++ b/embroideryInfo/Program.cs @@ -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 diff --git a/embroideryReader/EmbroideryReaderSettings.cs b/embroideryReader/EmbroideryReaderSettings.cs index 4b24b7f..7f82884 100644 --- a/embroideryReader/EmbroideryReaderSettings.cs +++ b/embroideryReader/EmbroideryReaderSettings.cs @@ -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 { diff --git a/embroideryReader/EmbroideryReaderUpdates.cs b/embroideryReader/EmbroideryReaderUpdates.cs index 8061bc6..d7c0ef1 100644 --- a/embroideryReader/EmbroideryReaderUpdates.cs +++ b/embroideryReader/EmbroideryReaderUpdates.cs @@ -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; diff --git a/embroideryReader/Program.cs b/embroideryReader/Program.cs index d6de5ca..bc644b0 100644 --- a/embroideryReader/Program.cs +++ b/embroideryReader/Program.cs @@ -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; diff --git a/embroideryReader/Translation.cs b/embroideryReader/Translation.cs index 5dcf1f8..66a0f7a 100644 --- a/embroideryReader/Translation.cs +++ b/embroideryReader/Translation.cs @@ -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 diff --git a/embroideryReader/frmMain.cs b/embroideryReader/frmMain.cs index 8b53b21..882b36f 100644 --- a/embroideryReader/frmMain.cs +++ b/embroideryReader/frmMain.cs @@ -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; diff --git a/embroideryReader/frmSettingsDialog.cs b/embroideryReader/frmSettingsDialog.cs index a4251e4..7022831 100644 --- a/embroideryReader/frmSettingsDialog.cs +++ b/embroideryReader/frmSettingsDialog.cs @@ -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 diff --git a/embroideryReader/frmTextbox.cs b/embroideryReader/frmTextbox.cs index 9452cad..1712450 100644 --- a/embroideryReader/frmTextbox.cs +++ b/embroideryReader/frmTextbox.cs @@ -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 diff --git a/embroideryTester/Program.cs b/embroideryTester/Program.cs index bf931d5..cc6b7e5 100644 --- a/embroideryTester/Program.cs +++ b/embroideryTester/Program.cs @@ -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 diff --git a/embroideryThumbs/PESThumbnail.cs b/embroideryThumbs/PESThumbnail.cs index 7494554..2e42ce1 100644 --- a/embroideryThumbs/PESThumbnail.cs +++ b/embroideryThumbs/PESThumbnail.cs @@ -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;