Skip to content

Commit

Permalink
Removed unnecessary "using"s
Browse files Browse the repository at this point in the history
  • Loading branch information
ianespana committed Sep 22, 2020
1 parent 5dea1c1 commit 0311fec
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 57 deletions.
6 changes: 0 additions & 6 deletions ShawzinBot/ActionManager.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Forms;
using System.Windows.Input;
using System.Windows.Shapes;
using Melanchall.DryWetMidi.Devices;
using Melanchall.DryWetMidi.Smf;
using Melanchall.DryWetMidi.Smf.Interaction;
using Keyboard = InputManager.Keyboard;
using Timer = System.Threading.Timer;

Expand Down
8 changes: 1 addition & 7 deletions ShawzinBot/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;

namespace ShawzinBot
{
Expand Down
10 changes: 1 addition & 9 deletions ShawzinBot/Bootstrapper.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MaterialDesignColors;
using MaterialDesignThemes.Wpf;
using System.Windows;
using System.Windows.Media;
using System.Windows;
using Caliburn.Micro;
using ShawzinBot.ViewModels;

Expand Down
9 changes: 1 addition & 8 deletions ShawzinBot/Models/MidiInputModel.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;

namespace ShawzinBot.Models
namespace ShawzinBot.Models
{
public class MidiInputModel
{
Expand Down
6 changes: 0 additions & 6 deletions ShawzinBot/Models/MidiTrackModel.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
using Melanchall.DryWetMidi.Smf;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Navigation;

namespace ShawzinBot.Models
{
Expand Down
2 changes: 0 additions & 2 deletions ShawzinBot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;

Expand Down
8 changes: 0 additions & 8 deletions ShawzinBot/ViewModels/MainViewModel.cs
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Net.NetworkInformation;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;
using Caliburn.Micro;
using Melanchall.DryWetMidi.Common;
using Melanchall.DryWetMidi.Devices;
using Melanchall.DryWetMidi.Smf;
using Melanchall.DryWetMidi.Smf.Interaction;
Expand Down
12 changes: 1 addition & 11 deletions ShawzinBot/Views/MainView.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Shapes;
using Melanchall.DryWetMidi.Devices;

namespace ShawzinBot.Views
Expand Down

0 comments on commit 0311fec

Please sign in to comment.