Skip to content

Commit 9feeb6d

Browse files
committed
cleaned up usings
1 parent 08cd556 commit 9feeb6d

File tree

137 files changed

+15
-231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+15
-231
lines changed

RetailCoder.VBE/API/ParserState.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
using Rubberduck.Parsing.Preprocessing;
1010
using System.Globalization;
1111
using Rubberduck.Parsing.Symbols;
12-
using Rubberduck.VBEditor;
13-
using Rubberduck.VBEditor.Events;
1412
using Rubberduck.VBEditor.SafeComWrappers.VBA;
1513

1614
namespace Rubberduck.API

RetailCoder.VBE/Common/Hotkeys/Hotkey.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.Windows.Forms;
4-
using System.Windows.Input;
54
using Rubberduck.Common.WinAPI;
65
using NLog;
76
using Rubberduck.UI;

RetailCoder.VBE/Common/Hotkeys/IHotkey.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Windows.Forms;
2-
using System.Windows.Input;
32
using Rubberduck.UI.Command;
43

54
namespace Rubberduck.Common.Hotkeys

RetailCoder.VBE/Common/StringExtensions.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Globalization;
4-
using System.Linq;
5-
using System.Text;
6-
using System.Threading.Tasks;
73

84
namespace Rubberduck.Common
95
{

RetailCoder.VBE/Inspections/EmptyStringLiteralInspection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Collections.Generic;
22
using System.Linq;
3-
using Antlr4.Runtime;
43
using Rubberduck.Inspections.Abstract;
54
using Rubberduck.Inspections.Resources;
65
using Rubberduck.Inspections.Results;

RetailCoder.VBE/Inspections/ParameterCanBeByValInspection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System;
21
using System.Collections.Generic;
32
using System.Linq;
43
using Rubberduck.Common;

RetailCoder.VBE/Inspections/Results/ObsoleteLetStatementUsageInspectionResult.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Collections.Generic;
22
using Antlr4.Runtime;
3-
using Rubberduck.Common;
43
using Rubberduck.Inspections.Abstract;
54
using Rubberduck.Inspections.QuickFixes;
65
using Rubberduck.Inspections.Resources;

RetailCoder.VBE/Inspections/UndeclaredVariableInspection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Collections.Generic;
22
using System.Linq;
3-
using Rubberduck.Common;
43
using Rubberduck.Inspections.Abstract;
54
using Rubberduck.Inspections.Resources;
65
using Rubberduck.Inspections.Results;

RetailCoder.VBE/Inspections/WriteOnlyPropertyInspection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Collections.Generic;
22
using System.Linq;
3-
using Rubberduck.Common;
43
using Rubberduck.Inspections.Abstract;
54
using Rubberduck.Inspections.Resources;
65
using Rubberduck.Inspections.Results;

RetailCoder.VBE/Navigation/RegexSearchReplace/RegexSearchReplacePresenter.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using Rubberduck.Parsing;
4-
using Rubberduck.UI;
5-
using Rubberduck.VBEditor.SafeComWrappers.Abstract;
6-
7-
namespace Rubberduck.Navigation.RegexSearchReplace
1+
namespace Rubberduck.Navigation.RegexSearchReplace
82
{
93
public class RegexSearchReplacePresenter //: IPresenter
104
{

0 commit comments

Comments
 (0)