summaryrefslogtreecommitdiff
path: root/grapher/Form1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Form1.cs')
-rw-r--r--grapher/Form1.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/grapher/Form1.cs b/grapher/Form1.cs
index c492a9b..66f4ce2 100644
--- a/grapher/Form1.cs
+++ b/grapher/Form1.cs
@@ -1,20 +1,7 @@
using System;
-using System.Collections.Generic;
-using System.Collections.ObjectModel;
-using System.ComponentModel;
-using System.Data;
using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
using System.Windows.Forms;
-using System.Runtime.InteropServices;
-using grapher.Models.Calculations;
-using grapher.Models.Options;
-using grapher.Models.Serialized;
using grapher.Models;
-using System.Reflection;
-using System.Diagnostics;
namespace grapher
{