Skip to content

Commit

Permalink
Remove unnecessary usings
Browse files Browse the repository at this point in the history
  • Loading branch information
mat1jaczyyy committed Aug 17, 2020
1 parent 9a60025 commit bba7b34
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions Apollo/Binary/Encoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
using System.Linq;
using System.Reflection;

using Microsoft.CSharp.RuntimeBinder;

using Apollo.Components;
using Apollo.Core;
using Apollo.Devices;
Expand Down
2 changes: 0 additions & 2 deletions Apollo/Devices/Delay.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using System.Collections.Generic;
using System.Linq;
using System.IO;

using Apollo.DeviceViewers;
using Apollo.Elements;
using Apollo.Helpers;
using Apollo.Rendering;
using Apollo.Structures;
using Apollo.Undo;
Expand Down
1 change: 0 additions & 1 deletion Apollo/Devices/Hold.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

using Apollo.DeviceViewers;
using Apollo.Elements;
using Apollo.Helpers;
using Apollo.Rendering;
using Apollo.Structures;
using Apollo.Undo;
Expand Down
1 change: 0 additions & 1 deletion Apollo/Devices/Layer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;

using Apollo.DeviceViewers;
using Apollo.Elements;
Expand Down
1 change: 0 additions & 1 deletion Apollo/Devices/Loop.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
Expand Down
1 change: 0 additions & 1 deletion Apollo/Devices/Tone.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;

using Apollo.DeviceViewers;
using Apollo.Elements;
Expand Down
2 changes: 0 additions & 2 deletions Apollo/Elements/Track.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
using System.Collections.Generic;
using System.IO;

using Apollo.Core;
using Apollo.Devices;
using Apollo.Selection;
using Apollo.Structures;
using Apollo.Rendering;
using Apollo.Undo;
using Apollo.Viewers;
using Apollo.Windows;

Expand Down
1 change: 0 additions & 1 deletion Apollo/Rendering/Screen.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;

using Apollo.Enums;
using Apollo.Structures;
Expand Down

0 comments on commit bba7b34

Please sign in to comment.