Commented unnecessary "using" statement

Clean-up
This commit is contained in:
Rich
2010-03-25 19:35:01 +00:00
parent fbc56399f1
commit 076fcfae10
2 changed files with 2 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ using System.Windows.Forms;
using System.Diagnostics;
using System.IO;
using VG;
using XYPlots;
//using XYPlots;
namespace XYPlots
{