diff options
| author | Jacob Palecki <[email protected]> | 2020-09-08 01:26:22 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-08 01:26:22 -0700 |
| commit | 9502dcf7608475857b1487375997d20a9d29622e (patch) | |
| tree | b39a1de9cdb7432e21a383977b48a4804e94f6a6 /grapher/Models/Serialized | |
| parent | Set correct active value y title (diff) | |
| download | rawaccel-9502dcf7608475857b1487375997d20a9d29622e.tar.xz rawaccel-9502dcf7608475857b1487375997d20a9d29622e.zip | |
Remove and sort usings en masse
Diffstat (limited to 'grapher/Models/Serialized')
| -rw-r--r-- | grapher/Models/Serialized/GUISettings.cs | 6 | ||||
| -rw-r--r-- | grapher/Models/Serialized/RawAccelSettings.cs | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/grapher/Models/Serialized/GUISettings.cs b/grapher/Models/Serialized/GUISettings.cs index 253e71d..abc3721 100644 --- a/grapher/Models/Serialized/GUISettings.cs +++ b/grapher/Models/Serialized/GUISettings.cs @@ -1,11 +1,5 @@ using Newtonsoft.Json; using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; namespace grapher.Models.Serialized { diff --git a/grapher/Models/Serialized/RawAccelSettings.cs b/grapher/Models/Serialized/RawAccelSettings.cs index 7466e82..3f5aebc 100644 --- a/grapher/Models/Serialized/RawAccelSettings.cs +++ b/grapher/Models/Serialized/RawAccelSettings.cs @@ -1,12 +1,6 @@ using Newtonsoft.Json; using System; -using System.Collections.Generic; using System.IO; -using System.Linq; -using System.Runtime.InteropServices; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; namespace grapher.Models.Serialized { |