Skip to content

Commit a97e894

Browse files
committed
removed unused using statements
1 parent aaa458f commit a97e894

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RetailCoder.VBE/App.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System;
2-
using System.Drawing;
32
using System.Globalization;
43
using System.Windows.Forms;
5-
using Microsoft.Vbe.Interop;
64
using NLog;
75
using Rubberduck.Inspections;
86
using Rubberduck.Parsing;
@@ -11,8 +9,6 @@
119
using Rubberduck.UI;
1210
using Rubberduck.UI.Command.MenuItems;
1311
using Rubberduck.UI.ParserErrors;
14-
using Rubberduck.VBEditor;
15-
using MessageBox = System.Windows.MessageBox;
1612

1713
namespace Rubberduck
1814
{

0 commit comments

Comments
 (0)