Skip to content

Commit 1337f84

Browse files
committed
removed unused usings
1 parent 10f61dd commit 1337f84

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

RetailCoder.VBE/UI/SourceControl/SettingsPresenter.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Diagnostics;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
3+
using System.IO;
74
using System.Windows.Forms;
8-
using Rubberduck.SourceControl;
95
using Rubberduck.Settings;
10-
using System.IO;
6+
using Rubberduck.SourceControl;
117

128
namespace Rubberduck.UI.SourceControl
139
{

RetailCoder.VBE/UI/SourceControl/SourceControlProviderFactory.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
1+
using Microsoft.Vbe.Interop;
62
using Rubberduck.SourceControl;
7-
using Microsoft.Vbe.Interop;
83

94
namespace Rubberduck.UI.SourceControl
105
{

0 commit comments

Comments
 (0)