We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa458f commit a97e894Copy full SHA for a97e894
RetailCoder.VBE/App.cs
@@ -1,8 +1,6 @@
1
using System;
2
-using System.Drawing;
3
using System.Globalization;
4
using System.Windows.Forms;
5
-using Microsoft.Vbe.Interop;
6
using NLog;
7
using Rubberduck.Inspections;
8
using Rubberduck.Parsing;
@@ -11,8 +9,6 @@
11
9
using Rubberduck.UI;
12
10
using Rubberduck.UI.Command.MenuItems;
13
using Rubberduck.UI.ParserErrors;
14
-using Rubberduck.VBEditor;
15
-using MessageBox = System.Windows.MessageBox;
16
17
namespace Rubberduck
18
{
0 commit comments