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/Options/AccelOptionSet.cs | |
| 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/Options/AccelOptionSet.cs')
| -rw-r--r-- | grapher/Models/Options/AccelOptionSet.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/grapher/Models/Options/AccelOptionSet.cs b/grapher/Models/Options/AccelOptionSet.cs index 2a1436f..a5399da 100644 --- a/grapher/Models/Options/AccelOptionSet.cs +++ b/grapher/Models/Options/AccelOptionSet.cs @@ -1,10 +1,5 @@ using grapher.Models.Serialized; -using System; -using System.Collections.Generic; using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Windows.Forms; namespace grapher.Models.Options |