summaryrefslogtreecommitdiff
path: root/grapher/Constants
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-08 01:26:22 -0700
committerJacob Palecki <[email protected]>2020-09-08 01:26:22 -0700
commit9502dcf7608475857b1487375997d20a9d29622e (patch)
treeb39a1de9cdb7432e21a383977b48a4804e94f6a6 /grapher/Constants
parentSet correct active value y title (diff)
downloadrawaccel-9502dcf7608475857b1487375997d20a9d29622e.tar.xz
rawaccel-9502dcf7608475857b1487375997d20a9d29622e.zip
Remove and sort usings en masse
Diffstat (limited to 'grapher/Constants')
-rw-r--r--grapher/Constants/Constants.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/grapher/Constants/Constants.cs b/grapher/Constants/Constants.cs
index 887c8aa..51cd0cb 100644
--- a/grapher/Constants/Constants.cs
+++ b/grapher/Constants/Constants.cs
@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Drawing;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+using System.Drawing;
namespace grapher
{